Html Css Color HEX #222DCC Persian Blue

📋 copy color: '#222DCC'

red 34 ◦ green 45 ◦ blue 204

#222DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #222DCC

Tints of Persian Blue #222DCC

RGB

 RED value IS 34 (13.67% from 255) = 12.01%

 GREEN value IS 45 (17.97% from 255) = 15.9%

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 12.01%
G = 15.9%
B = 72.08%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#222DCC (or 0x222DCC) is known color: Persian Blue. HEX triplet: 22, 2D and CC. RGB value is (34,45,204). Sum of RGB (Red+Green+Blue) = 34+45+204=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #222DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DCC is #DDD233. Grayscale: #3B3B3B. Windows color (decimal): -14537268 or 13380898. OLE color: 13380898.

HSL color Cylindrical-coordinate representation of color #222DCC: hue angle of 236.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222DCC is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 45 204 -
CMYK 0.83 0.78 0 0.2
HSL 236.12º 0.71% 0.47% -
HSV(B) 236.12º 0.83% 0.8% -
XYZ 12.5 6.58 57.74 -
YUV 59.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 34 45 204 0.83 0.78 0 0.2 236.12 0.71 0.47
Hex 22 2D CC 53 4E 0 14 EC 47 2F
Octal 42 55 314 123 116 0 24 354 107 57
Binary 100010 101101 11001100 1010011 1001110 0 10100 11101100 1000111 101111

Color Harmonies of #222DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222DCC

Black with #222DCC

Text Example


Text Example

White with #222DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,45,204); }

 H1.HeaderClassName
 {
   color: #222DCC;
 }
 .AnyTagClassName
 {
   color: #222DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(34,45,204); }

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

border-color css

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

 span { border-color: rgb(34,45,204); }

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