#22378E

Color #22378E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #22378E

Tints of Egyptian Blue #22378E

Color information

#22378E (or 0x22378E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 37 and 8E. RGB value is (34,55,142). Sum of RGB (Red+Green+Blue) = 34+55+142=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #22378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22378E is #DDC871. Grayscale: #3A3A3A. Windows color (decimal): -14534770 or 9320226. OLE color: 9320226.

HSL color Cylindrical-coordinate representation of color #22378E: hue angle of 228.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22378E is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3455142-
CMYK0.760.6100.44
HSL228.33º61.36%34.51%-
HSV(B)228.33º76.06%55.69%-
XYZ6.915.0326.2-
YUV58.64175.04110.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=14.72%
G=23.81%
B=61.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34551420.760.6100.44228.3361.3634.51
Hex22378E4C3D02Ce43d23
Octal4267216114750543447543
Binary100010110111100011101001100111101010110011100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22378E; }

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

 H1.HeaderClassName
 {
   color: #22378E;
 }
 .AnyTagClassName
 {
   color: #22378E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #22378E;
 }
 .BgClassName
 {
   background-color: #22378E;
 }
</style>
border-color css

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

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

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