#222be8

Color #222BE8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #222BE8

Tints of Persian Blue #222BE8

Color information

#222BE8 (or 0x222BE8) is unknown color: approx Persian Blue. HEX triplet: 22, 2B and E8. RGB value is (34,43,232). Sum of RGB (Red+Green+Blue) = 34+43+232=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 232 (91.02% from 255 or 75.08% from 309); Max value from RGB is 232 - color contains mainly: blue. Hex color #222BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222BE8 is #DDD417. Grayscale: #3D3D3D. Windows color (decimal): -14537752 or 15215394. OLE color: 15215394.

HSL color Cylindrical-coordinate representation of color #222BE8: hue angle of 237.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222BE8 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3443232-
CMYK0.850.8100.09
HSL237.27º81.15%52.16%-
HSV(B)237.27º85.34%90.98%-
XYZ16.097.8977.02-
YUV61.86224.02108.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 232 (91.02% from 255) = 75.08%
R=11.00%
G=13.92%
B=75.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal34432320.850.8100.09237.2781.1552.16
Hex222BE8555109ed5134
Octal425335012512101135512164
Binary100010101011111010001010101101000101001111011011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222be8; }

 p { color: rgb(34,43,232); }

 H1.HeaderClassName
 {
   color: #222be8;
 }
 .AnyTagClassName
 {
   color: #222be8;
 }
</style>
background-color css

<style>
 a { background-color: #222be8; }

 a { background-color: rgb(34,43,232); }

 div.DivClassName
 {
   background-color: #222be8;
 }
 .BgClassName
 {
   background-color: #222be8;
 }
</style>
border-color css

<style>
 span { border-color: #222be8; }

 span { border-color: rgb(34,43,232); }

 td.TdClassName
 {
   border-color: #222be8;
 }
 .TagClassName
 {
   border-color: #222be8;
 }
</style>