#222FD6

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

Shades of Persian Blue #222FD6

Tints of Persian Blue #222FD6

Color information

#222FD6 (or 0x222FD6) is unknown color: approx Persian Blue. HEX triplet: 22, 2F and D6. RGB value is (34,47,214). Sum of RGB (Red+Green+Blue) = 34+47+214=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #222FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FD6 is #DDD029. Grayscale: #3D3D3D. Windows color (decimal): -14536746 or 14036770. OLE color: 14036770.

HSL color Cylindrical-coordinate representation of color #222FD6: hue angle of 235.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222FD6 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3447214-
CMYK0.840.7800.16
HSL235.67º72.58%48.63%-
HSV(B)235.67º84.11%83.92%-
XYZ13.817.2364.29-
YUV62.15213.69107.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 214 (83.98% from 255) = 72.54%
R=11.53%
G=15.93%
B=72.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal34472140.840.7800.16235.6772.5848.63
Hex222FD6544E010ec4931
Octal425732612411602035411161
Binary1000101011111101011010101001001110010000111011001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,47,214); }

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

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

 a { background-color: rgb(34,47,214); }

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

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

 span { border-color: rgb(34,47,214); }

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