#233992

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

Shades of Egyptian Blue #233992

Tints of Egyptian Blue #233992

Color information

#233992 (or 0x233992) is unknown color: approx Egyptian Blue. HEX triplet: 23, 39 and 92. RGB value is (35,57,146). Sum of RGB (Red+Green+Blue) = 35+57+146=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #233992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233992 is #DCC66D. Grayscale: #3C3C3C. Windows color (decimal): -14468718 or 9582883. OLE color: 9582883.

HSL color Cylindrical-coordinate representation of color #233992: hue angle of 228.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233992 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3557146-
CMYK0.760.6100.43
HSL228.11º61.33%35.49%-
HSV(B)228.11º76.03%57.25%-
XYZ7.345.3627.84-
YUV60.57176.21109.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=14.71%
G=23.95%
B=61.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35571460.760.6100.43228.1161.3335.49
Hex2339924C3D02Be43d23
Octal4371222114750533447543
Binary100011111001100100101001100111101010101111100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233992; }

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

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

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

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

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

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

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

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