#222BB2

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

Shades of Persian Blue #222BB2

Tints of Persian Blue #222BB2

Color information

#222BB2 (or 0x222BB2) is unknown color: approx Persian Blue. HEX triplet: 22, 2B and B2. RGB value is (34,43,178). Sum of RGB (Red+Green+Blue) = 34+43+178=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #222BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BB2 is #DDD44D. Grayscale: #373737. Windows color (decimal): -14537806 or 11676450. OLE color: 11676450.

HSL color Cylindrical-coordinate representation of color #222BB2: hue angle of 236.25º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222BB2 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3443178-
CMYK0.810.7600.30
HSL236.25º67.92%41.57%-
HSV(B)236.25º80.9%69.8%-
XYZ9.565.2842.64-
YUV55.7197.02112.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 178 (69.92% from 255) = 69.80%
R=13.33%
G=16.86%
B=69.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34431780.810.7600.30236.2567.9241.57
Hex222BB2514C01Eec442a
Octal425326212111403635410452
Binary1000101010111011001010100011001100011110111011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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