#232799

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

Shades of Egyptian Blue #232799

Tints of Egyptian Blue #232799

Color information

#232799 (or 0x232799) is unknown color: approx Egyptian Blue. HEX triplet: 23, 27 and 99. RGB value is (35,39,153). Sum of RGB (Red+Green+Blue) = 35+39+153=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #232799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232799 is #DCD866. Grayscale: #323232. Windows color (decimal): -14473319 or 10037027. OLE color: 10037027.

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

Color convert

RGB3539153-
CMYK0.770.7500.4
HSL237.97º62.77%36.86%-
HSV(B)237.97º77.12%60%-
XYZ7.174.1130.55-
YUV50.8185.67116.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=15.42%
G=17.18%
B=67.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35391530.770.7500.4237.9762.7736.86
Hex2327994D4B028ee3f25
Octal43472311151130503567745
Binary1000111001111001100110011011001011010100011101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232799; }

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

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

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

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

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

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

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

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