Html Css Color HEX #223ECC Persian Blue

📋 copy color: '#223ECC'

red 34 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #223ECC

Tints of Persian Blue #223ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 11.33%
G = 20.67%
B = 68%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#223ECC (or 0x223ECC) is known color: Persian Blue. HEX triplet: 22, 3E and CC. RGB value is (34,62,204). Sum of RGB (Red+Green+Blue) = 34+62+204=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #223ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ECC is #DDC133. Grayscale: #454545. Windows color (decimal): -14532916 or 13385250. OLE color: 13385250.

HSL color Cylindrical-coordinate representation of color #223ECC: hue angle of 230.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 #223ECC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 62 204 -
CMYK 0.83 0.70 0 0.2
HSL 230.12º 0.71% 0.47% -
HSV(B) 230.12º 0.83% 0.8% -
XYZ 13.28 8.14 58 -
YUV 69.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 34 62 204 0.83 0.70 0 0.2 230.12 0.71 0.47
Hex 22 3E CC 53 46 0 14 E6 47 2F
Octal 42 76 314 123 106 0 24 346 107 57
Binary 100010 111110 11001100 1010011 1000110 0 10100 11100110 1000111 101111

Color Harmonies of #223ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ECC

Black with #223ECC

Text Example


Text Example

White with #223ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223ECC; }

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

 H1.HeaderClassName
 {
   color: #223ECC;
 }
 .AnyTagClassName
 {
   color: #223ECC;
 }
</style>

background-color css

<style>
 a { background-color: #223ECC; }

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

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

border-color css

<style>
 span { border-color: #223ECC; }

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

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