Html Css Color HEX #223792 Egyptian Blue

📋 copy color: '#223792'

red 34 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #223792

Tints of Egyptian Blue #223792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 14.47%
G = 23.4%
B = 62.13%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223792 (or 0x223792) is known color: Egyptian Blue. HEX triplet: 22, 37 and 92. RGB value is (34,55,146). Sum of RGB (Red+Green+Blue) = 34+55+146=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #223792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223792 is #DDC86D. Grayscale: #3A3A3A. Windows color (decimal): -14534766 or 9582370. OLE color: 9582370.

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

Color convert

RGB 34 55 146 -
CMYK 0.77 0.62 0 0.43
HSL 228.75º 0.62% 0.35% -
HSV(B) 228.75º 0.77% 0.57% -
XYZ 7.21 5.15 27.81 -
YUV 59.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 34 55 146 0.77 0.62 0 0.43 228.75 0.62 0.35
Hex 22 37 92 4D 3E 0 2B E5 3E 23
Octal 42 67 222 115 76 0 53 345 76 43
Binary 100010 110111 10010010 1001101 111110 0 101011 11100101 111110 100011

Color Harmonies of #223792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223792

Black with #223792

Text Example


Text Example

White with #223792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223792; }

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

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

background-color css

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

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

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

border-color css

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

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

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