Html Css Color HEX #223C9C Egyptian Blue

📋 copy color: '#223C9C'

red 34 ◦ green 60 ◦ blue 156

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

Shades of Egyptian Blue #223C9C

Tints of Egyptian Blue #223C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 13.6%
G = 24%
B = 62.4%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#223C9C (or 0x223C9C) is known color: Egyptian Blue. HEX triplet: 22, 3C and 9C. RGB value is (34,60,156). Sum of RGB (Red+Green+Blue) = 34+60+156=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #223C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C9C is #DDC363. Grayscale: #3E3E3E. Windows color (decimal): -14533476 or 10239010. OLE color: 10239010.

HSL color Cylindrical-coordinate representation of color #223C9C: hue angle of 227.21º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223C9C is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 60 156 -
CMYK 0.78 0.62 0 0.39
HSL 227.21º 0.64% 0.37% -
HSV(B) 227.21º 0.78% 0.61% -
XYZ 8.28 5.97 32.17 -
YUV 63.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 34 60 156 0.78 0.62 0 0.39 227.21 0.64 0.37
Hex 22 3C 9C 4E 3E 0 27 E3 40 25
Octal 42 74 234 116 76 0 47 343 100 45
Binary 100010 111100 10011100 1001110 111110 0 100111 11100011 1000000 100101

Color Harmonies of #223C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C9C

Black with #223C9C

Text Example


Text Example

White with #223C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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