#233092

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

Shades of Egyptian Blue #233092

Tints of Egyptian Blue #233092

Color information

#233092 (or 0x233092) is unknown color: approx Egyptian Blue. HEX triplet: 23, 30 and 92. RGB value is (35,48,146). Sum of RGB (Red+Green+Blue) = 35+48+146=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #233092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233092 is #DCCF6D. Grayscale: #363636. Windows color (decimal): -14471022 or 9580579. OLE color: 9580579.

HSL color Cylindrical-coordinate representation of color #233092: hue angle of 232.97º 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 #233092 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3548146-
CMYK0.760.6700.43
HSL232.97º61.33%35.49%-
HSV(B)232.97º76.03%57.25%-
XYZ6.944.5527.71-
YUV55.28179.19113.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=15.28%
G=20.96%
B=63.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35481460.760.6700.43232.9761.3335.49
Hex2330924C4302Be93d23
Octal43602221141030533517543
Binary1000111100001001001010011001000011010101111101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233092; }

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

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

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

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

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

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

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

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