Html Css Color HEX #223ECD Persian Blue

📋 copy color: '#223ECD'

red 34 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #223ECD

Tints of Persian Blue #223ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 11.3%
G = 20.6%
B = 68.11%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#223ECD (or 0x223ECD) is known color: Persian Blue. HEX triplet: 22, 3E and CD. RGB value is (34,62,205). Sum of RGB (Red+Green+Blue) = 34+62+205=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #223ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ECD is #DDC132. Grayscale: #454545. Windows color (decimal): -14532915 or 13450786. OLE color: 13450786.

HSL color Cylindrical-coordinate representation of color #223ECD: hue angle of 230.18º degrees, saturation: 0.72, 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 #223ECD is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 62 205 -
CMYK 0.83 0.70 0 0.20
HSL 230.18º 0.72% 0.47% -
HSV(B) 230.18º 0.83% 0.8% -
XYZ 13.4 8.19 58.63 -
YUV 69.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 34 62 205 0.83 0.70 0 0.20 230.18 0.72 0.47
Hex 22 3E CD 53 46 0 14 E6 48 2F
Octal 42 76 315 123 106 0 24 346 110 57
Binary 100010 111110 11001101 1010011 1000110 0 10100 11100110 1001000 101111

Color Harmonies of #223ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ECD

Black with #223ECD

Text Example


Text Example

White with #223ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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