Html Css Color HEX #223C9B Egyptian Blue

📋 copy color: '#223C9B'

red 34 ◦ green 60 ◦ blue 155

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

Shades of Egyptian Blue #223C9B

Tints of Egyptian Blue #223C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 13.65%
G = 24.1%
B = 62.25%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#223C9B (or 0x223C9B) is known color: Egyptian Blue. HEX triplet: 22, 3C and 9B. RGB value is (34,60,155). Sum of RGB (Red+Green+Blue) = 34+60+155=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #223C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C9B is #DDC364. Grayscale: #3E3E3E. Windows color (decimal): -14533477 or 10173474. OLE color: 10173474.

HSL color Cylindrical-coordinate representation of color #223C9B: hue angle of 227.11º 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 #223C9B is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 60 155 -
CMYK 0.78 0.61 0 0.39
HSL 227.11º 0.64% 0.37% -
HSV(B) 227.11º 0.78% 0.61% -
XYZ 8.19 5.94 31.72 -
YUV 63.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 34 60 155 0.78 0.61 0 0.39 227.11 0.64 0.37
Hex 22 3C 9B 4E 3D 0 27 E3 40 25
Octal 42 74 233 116 75 0 47 343 100 45
Binary 100010 111100 10011011 1001110 111101 0 100111 11100011 1000000 100101

Color Harmonies of #223C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C9B

Black with #223C9B

Text Example


Text Example

White with #223C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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