Html Css Color HEX #223EAE Persian Blue

📋 copy color: '#223EAE'

red 34 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #223EAE

Tints of Persian Blue #223EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 12.59%
G = 22.96%
B = 64.44%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#223EAE (or 0x223EAE) is known color: Persian Blue. HEX triplet: 22, 3E and AE. RGB value is (34,62,174). Sum of RGB (Red+Green+Blue) = 34+62+174=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #223EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223EAE is #DDC151. Grayscale: #414141. Windows color (decimal): -14532946 or 11419170. OLE color: 11419170.

HSL color Cylindrical-coordinate representation of color #223EAE: hue angle of 228º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223EAE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 62 174 -
CMYK 0.80 0.64 0 0.32
HSL 228º 0.67% 0.41% -
HSV(B) 228º 0.8% 0.68% -
XYZ 10.02 6.84 40.84 -
YUV 66.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 34 62 174 0.80 0.64 0 0.32 228 0.67 0.41
Hex 22 3E AE 50 40 0 20 E4 43 29
Octal 42 76 256 120 100 0 40 344 103 51
Binary 100010 111110 10101110 1010000 1000000 0 100000 11100100 1000011 101001

Color Harmonies of #223EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EAE

Black with #223EAE

Text Example


Text Example

White with #223EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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