#23308F

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

Shades of Egyptian Blue #23308F

Tints of Egyptian Blue #23308F

Color information

#23308F (or 0x23308F) is unknown color: approx Egyptian Blue. HEX triplet: 23, 30 and 8F. RGB value is (35,48,143). Sum of RGB (Red+Green+Blue) = 35+48+143=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #23308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23308F is #DCCF70. Grayscale: #363636. Windows color (decimal): -14471025 or 9383971. OLE color: 9383971.

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

Color convert

RGB3548143-
CMYK0.760.6600.44
HSL232.78º60.67%34.9%-
HSV(B)232.78º75.52%56.08%-
XYZ6.714.4526.49-
YUV54.94177.69113.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 143 (56.25% from 255) = 63.27%
R=15.49%
G=21.24%
B=63.27%

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
Decimal35481430.760.6600.44232.7860.6734.9
Hex23308F4C4202Ce93d23
Octal43602171141020543517543
Binary1000111100001000111110011001000010010110011101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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