Html Css Color HEX #223C92 Egyptian Blue

📋 copy color: '#223C92'

red 34 ◦ green 60 ◦ blue 146

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

Shades of Egyptian Blue #223C92

Tints of Egyptian Blue #223C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

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

R = 14.17%
G = 25%
B = 60.83%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223C92 (or 0x223C92) is known color: Egyptian Blue. HEX triplet: 22, 3C and 92. RGB value is (34,60,146). Sum of RGB (Red+Green+Blue) = 34+60+146=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #223C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C92 is #DDC36D. Grayscale: #3D3D3D. Windows color (decimal): -14533486 or 9583650. OLE color: 9583650.

HSL color Cylindrical-coordinate representation of color #223C92: hue angle of 226.07º 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 #223C92 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 60 146 -
CMYK 0.77 0.59 0 0.43
HSL 226.07º 0.62% 0.35% -
HSV(B) 226.07º 0.77% 0.57% -
XYZ 7.46 5.65 27.89 -
YUV 62.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 34 60 146 0.77 0.59 0 0.43 226.07 0.62 0.35
Hex 22 3C 92 4D 3B 0 2B E2 3E 23
Octal 42 74 222 115 73 0 53 342 76 43
Binary 100010 111100 10010010 1001101 111011 0 101011 11100010 111110 100011

Color Harmonies of #223C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C92

Black with #223C92

Text Example


Text Example

White with #223C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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