#22308F

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

Shades of Egyptian Blue #22308F

Tints of Egyptian Blue #22308F

Color information

#22308F (or 0x22308F) is unknown color: approx Egyptian Blue. HEX triplet: 22, 30 and 8F. RGB value is (34,48,143). Sum of RGB (Red+Green+Blue) = 34+48+143=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #22308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22308F is #DDCF70. Grayscale: #363636. Windows color (decimal): -14536561 or 9383970. OLE color: 9383970.

HSL color Cylindrical-coordinate representation of color #22308F: hue angle of 232.29º degrees, saturation: 0.62, 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 #22308F is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3448143-
CMYK0.760.6600.44
HSL232.29º61.58%34.71%-
HSV(B)232.29º76.22%56.08%-
XYZ6.674.4426.49-
YUV54.64177.86113.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 143 (56.25% from 255) = 63.56%
R=15.11%
G=21.33%
B=63.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34481430.760.6600.44232.2961.5834.71
Hex22308F4C4202Ce83e23
Octal42602171141020543507643
Binary1000101100001000111110011001000010010110011101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22308F; }

 p { color: rgb(34,48,143); }

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

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

 a { background-color: rgb(34,48,143); }

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

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

 span { border-color: rgb(34,48,143); }

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