Html Css Color HEX #223592 Egyptian Blue

📋 copy color: '#223592'

red 34 ◦ green 53 ◦ blue 146

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

Shades of Egyptian Blue #223592

Tints of Egyptian Blue #223592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 14.59%
G = 22.75%
B = 62.66%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223592 (or 0x223592) is known color: Egyptian Blue. HEX triplet: 22, 35 and 92. RGB value is (34,53,146). Sum of RGB (Red+Green+Blue) = 34+53+146=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #223592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223592 is #DDCA6D. Grayscale: #393939. Windows color (decimal): -14535278 or 9581858. OLE color: 9581858.

HSL color Cylindrical-coordinate representation of color #223592: hue angle of 229.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223592 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 53 146 -
CMYK 0.77 0.64 0 0.43
HSL 229.82º 0.62% 0.35% -
HSV(B) 229.82º 0.77% 0.57% -
XYZ 7.12 4.96 27.78 -
YUV 57.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 34 53 146 0.77 0.64 0 0.43 229.82 0.62 0.35
Hex 22 35 92 4D 40 0 2B E6 3E 23
Octal 42 65 222 115 100 0 53 346 76 43
Binary 100010 110101 10010010 1001101 1000000 0 101011 11100110 111110 100011

Color Harmonies of #223592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223592

Black with #223592

Text Example


Text Example

White with #223592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223592; }

 p { color: rgb(34,53,146); }

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

background-color css

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

 a { background-color: rgb(34,53,146); }

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

border-color css

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

 span { border-color: rgb(34,53,146); }

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