Html Css Color HEX #223192 Egyptian Blue

📋 copy color: '#223192'

red 34 ◦ green 49 ◦ blue 146

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

Shades of Egyptian Blue #223192

Tints of Egyptian Blue #223192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 14.85%
G = 21.4%
B = 63.76%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223192 (or 0x223192) is known color: Egyptian Blue. HEX triplet: 22, 31 and 92. RGB value is (34,49,146). Sum of RGB (Red+Green+Blue) = 34+49+146=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #223192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223192 is #DDCE6D. Grayscale: #373737. Windows color (decimal): -14536302 or 9580834. OLE color: 9580834.

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

Color convert

RGB 34 49 146 -
CMYK 0.77 0.66 0 0.43
HSL 231.96º 0.62% 0.35% -
HSV(B) 231.96º 0.77% 0.57% -
XYZ 6.95 4.61 27.72 -
YUV 55.57 179.03 112.61 -
System Red Green Blue C M Y K H S L
Decimal 34 49 146 0.77 0.66 0 0.43 231.96 0.62 0.35
Hex 22 31 92 4D 42 0 2B E8 3E 23
Octal 42 61 222 115 102 0 53 350 76 43
Binary 100010 110001 10010010 1001101 1000010 0 101011 11101000 111110 100011

Color Harmonies of #223192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223192

Black with #223192

Text Example


Text Example

White with #223192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223192; }

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

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

background-color css

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

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

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

border-color css

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

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

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