#232999

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

Shades of Egyptian Blue #232999

Tints of Egyptian Blue #232999

Color information

#232999 (or 0x232999) is unknown color: approx Egyptian Blue. HEX triplet: 23, 29 and 99. RGB value is (35,41,153). Sum of RGB (Red+Green+Blue) = 35+41+153=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #232999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232999 is #DCD666. Grayscale: #333333. Windows color (decimal): -14472807 or 10037539. OLE color: 10037539.

HSL color Cylindrical-coordinate representation of color #232999: hue angle of 236.95º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232999 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3541153-
CMYK0.770.7300.4
HSL236.95º62.77%36.86%-
HSV(B)236.95º77.12%60%-
XYZ7.244.2430.57-
YUV51.97185.01115.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=15.28%
G=17.90%
B=66.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35411530.770.7300.4236.9562.7736.86
Hex2329994D49028ed3f25
Octal43512311151110503557745
Binary1000111010011001100110011011001001010100011101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232999; }

 p { color: rgb(35,41,153); }

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

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

 a { background-color: rgb(35,41,153); }

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

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

 span { border-color: rgb(35,41,153); }

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