Html Css Color HEX #223895 Egyptian Blue

📋 copy color: '#223895'

red 34 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #223895

Tints of Egyptian Blue #223895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 14.23%
G = 23.43%
B = 62.34%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#223895 (or 0x223895) is known color: Egyptian Blue. HEX triplet: 22, 38 and 95. RGB value is (34,56,149). Sum of RGB (Red+Green+Blue) = 34+56+149=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #223895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223895 is #DDC76A. Grayscale: #3B3B3B. Windows color (decimal): -14534507 or 9779234. OLE color: 9779234.

HSL color Cylindrical-coordinate representation of color #223895: hue angle of 228.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223895 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 56 149 -
CMYK 0.77 0.62 0 0.42
HSL 228.52º 0.63% 0.36% -
HSV(B) 228.52º 0.77% 0.58% -
XYZ 7.5 5.34 29.07 -
YUV 60.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 34 56 149 0.77 0.62 0 0.42 228.52 0.63 0.36
Hex 22 38 95 4D 3E 0 2A E5 3F 24
Octal 42 70 225 115 76 0 52 345 77 44
Binary 100010 111000 10010101 1001101 111110 0 101010 11100101 111111 100100

Color Harmonies of #223895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223895

Black with #223895

Text Example


Text Example

White with #223895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223895; }

 p { color: rgb(34,56,149); }

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

background-color css

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

 a { background-color: rgb(34,56,149); }

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

border-color css

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

 span { border-color: rgb(34,56,149); }

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