#234096

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

Shades of Egyptian Blue #234096

Tints of Egyptian Blue #234096

Color information

#234096 (or 0x234096) is unknown color: approx Egyptian Blue. HEX triplet: 23, 40 and 96. RGB value is (35,64,150). Sum of RGB (Red+Green+Blue) = 35+64+150=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #234096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234096 is #DCBF69. Grayscale: #404040. Windows color (decimal): -14466922 or 9846819. OLE color: 9846819.

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

Color convert

RGB3564150-
CMYK0.770.5700.41
HSL224.87º62.16%36.27%-
HSV(B)224.87º76.67%58.82%-
XYZ8.036.2329.63-
YUV65.13175.89106.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=14.06%
G=25.70%
B=60.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35641500.770.5700.41224.8762.1636.27
Hex2340964D39029e13e24
Octal43100226115710513417644
Binary1000111000000100101101001101111001010100111100001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234096; }

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

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

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

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

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

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

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

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