Html Css Color HEX #223E9E Egyptian Blue

📋 copy color: '#223E9E'

red 34 ◦ green 62 ◦ blue 158

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

Shades of Egyptian Blue #223E9E

Tints of Egyptian Blue #223E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.2%

R = 13.39%
G = 24.41%
B = 62.2%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#223E9E (or 0x223E9E) is known color: Egyptian Blue. HEX triplet: 22, 3E and 9E. RGB value is (34,62,158). Sum of RGB (Red+Green+Blue) = 34+62+158=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #223E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E9E is #DDC161. Grayscale: #404040. Windows color (decimal): -14532962 or 10370594. OLE color: 10370594.

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

Color convert

RGB 34 62 158 -
CMYK 0.78 0.61 0 0.38
HSL 226.45º 0.65% 0.38% -
HSV(B) 226.45º 0.78% 0.62% -
XYZ 8.55 6.25 33.1 -
YUV 64.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 34 62 158 0.78 0.61 0 0.38 226.45 0.65 0.38
Hex 22 3E 9E 4E 3D 0 26 E2 41 26
Octal 42 76 236 116 75 0 46 342 101 46
Binary 100010 111110 10011110 1001110 111101 0 100110 11100010 1000001 100110

Color Harmonies of #223E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223E9E

Black with #223E9E

Text Example


Text Example

White with #223E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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