Html Css Color HEX #223EDF Persian Blue

📋 copy color: '#223EDF'

red 34 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #223EDF

Tints of Persian Blue #223EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 10.66%
G = 19.44%
B = 69.91%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#223EDF (or 0x223EDF) is known color: Persian Blue. HEX triplet: 22, 3E and DF. RGB value is (34,62,223). Sum of RGB (Red+Green+Blue) = 34+62+223=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #223EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EDF is #DDC120. Grayscale: #474747. Windows color (decimal): -14532897 or 14630434. OLE color: 14630434.

HSL color Cylindrical-coordinate representation of color #223EDF: hue angle of 231.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223EDF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 62 223 -
CMYK 0.85 0.72 0 0.13
HSL 231.11º 0.75% 0.5% -
HSV(B) 231.11º 0.85% 0.87% -
XYZ 15.7 9.11 70.74 -
YUV 71.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 34 62 223 0.85 0.72 0 0.13 231.11 0.75 0.5
Hex 22 3E DF 55 48 0 D E7 4B 32
Octal 42 76 337 125 110 0 15 347 113 62
Binary 100010 111110 11011111 1010101 1001000 0 1101 11100111 1001011 110010

Color Harmonies of #223EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EDF

Black with #223EDF

Text Example


Text Example

White with #223EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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