Html Css Color HEX #223ECE Persian Blue

📋 copy color: '#223ECE'

red 34 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #223ECE

Tints of Persian Blue #223ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 11.26%
G = 20.53%
B = 68.21%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#223ECE (or 0x223ECE) is known color: Persian Blue. HEX triplet: 22, 3E and CE. RGB value is (34,62,206). Sum of RGB (Red+Green+Blue) = 34+62+206=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #223ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ECE is #DDC131. Grayscale: #454545. Windows color (decimal): -14532914 or 13516322. OLE color: 13516322.

HSL color Cylindrical-coordinate representation of color #223ECE: hue angle of 230.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223ECE is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 62 206 -
CMYK 0.83 0.70 0 0.19
HSL 230.23º 0.72% 0.47% -
HSV(B) 230.23º 0.83% 0.81% -
XYZ 13.52 8.24 59.27 -
YUV 70.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 34 62 206 0.83 0.70 0 0.19 230.23 0.72 0.47
Hex 22 3E CE 53 46 0 13 E6 48 2F
Octal 42 76 316 123 106 0 23 346 110 57
Binary 100010 111110 11001110 1010011 1000110 0 10011 11100110 1001000 101111

Color Harmonies of #223ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ECE

Black with #223ECE

Text Example


Text Example

White with #223ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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