#233696

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

Shades of Egyptian Blue #233696

Tints of Egyptian Blue #233696

Color information

#233696 (or 0x233696) is unknown color: approx Egyptian Blue. HEX triplet: 23, 36 and 96. RGB value is (35,54,150). Sum of RGB (Red+Green+Blue) = 35+54+150=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #233696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233696 is #DCC969. Grayscale: #3A3A3A. Windows color (decimal): -14469482 or 9844259. OLE color: 9844259.

HSL color Cylindrical-coordinate representation of color #233696: hue angle of 230.09º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233696 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3554150-
CMYK0.770.6400.41
HSL230.09º62.16%36.27%-
HSV(B)230.09º76.67%58.82%-
XYZ7.525.229.46-
YUV59.26179.21110.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=14.64%
G=22.59%
B=62.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35541500.770.6400.41230.0962.1636.27
Hex2336964D40029e63e24
Octal43662261151000513467644
Binary1000111101101001011010011011000000010100111100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233696; }

 p { color: rgb(35,54,150); }

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

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

 a { background-color: rgb(35,54,150); }

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

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

 span { border-color: rgb(35,54,150); }

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