#222EBD

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

Shades of Persian Blue #222EBD

Tints of Persian Blue #222EBD

Color information

#222EBD (or 0x222EBD) is unknown color: approx Persian Blue. HEX triplet: 22, 2E and BD. RGB value is (34,46,189). Sum of RGB (Red+Green+Blue) = 34+46+189=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #222EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EBD is #DDD142. Grayscale: #3A3A3A. Windows color (decimal): -14537027 or 12398114. OLE color: 12398114.

HSL color Cylindrical-coordinate representation of color #222EBD: hue angle of 235.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EBD is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3446189-
CMYK0.820.7600.26
HSL235.35º69.51%43.73%-
HSV(B)235.35º82.01%74.12%-
XYZ10.825.9748.73-
YUV58.71201.52110.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.64%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 189 (74.22% from 255) = 70.26%
R=12.64%
G=17.10%
B=70.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34461890.820.7600.26235.3569.5143.73
Hex222EBD524C01Aeb462c
Octal425627512211403235310654
Binary1000101011101011110110100101001100011010111010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,46,189); }

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

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

 a { background-color: rgb(34,46,189); }

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

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

 span { border-color: rgb(34,46,189); }

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