#233994

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

Shades of Egyptian Blue #233994

Tints of Egyptian Blue #233994

Color information

#233994 (or 0x233994) is unknown color: approx Egyptian Blue. HEX triplet: 23, 39 and 94. RGB value is (35,57,148). Sum of RGB (Red+Green+Blue) = 35+57+148=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #233994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233994 is #DCC66B. Grayscale: #3C3C3C. Windows color (decimal): -14468716 or 9713955. OLE color: 9713955.

HSL color Cylindrical-coordinate representation of color #233994: hue angle of 228.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233994 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3557148-
CMYK0.760.6100.42
HSL228.32º61.75%35.88%-
HSV(B)228.32º76.35%58.04%-
XYZ7.55.4228.67-
YUV60.8177.21109.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.58%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=14.58%
G=23.75%
B=61.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35571480.760.6100.42228.3261.7535.88
Hex2339944C3D02Ae43e24
Octal4371224114750523447644
Binary100011111001100101001001100111101010101011100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233994; }

 p { color: rgb(35,57,148); }

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

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

 a { background-color: rgb(35,57,148); }

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

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

 span { border-color: rgb(35,57,148); }

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