#233892

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

Shades of Egyptian Blue #233892

Tints of Egyptian Blue #233892

Color information

#233892 (or 0x233892) is unknown color: approx Egyptian Blue. HEX triplet: 23, 38 and 92. RGB value is (35,56,146). Sum of RGB (Red+Green+Blue) = 35+56+146=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #233892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233892 is #DCC76D. Grayscale: #3B3B3B. Windows color (decimal): -14468974 or 9582627. OLE color: 9582627.

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

Color convert

RGB3556146-
CMYK0.760.6200.43
HSL228.65º61.33%35.49%-
HSV(B)228.65º76.03%57.25%-
XYZ7.35.2627.83-
YUV59.98176.54110.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=14.77%
G=23.63%
B=61.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35561460.760.6200.43228.6561.3335.49
Hex2338924C3E02Be53d23
Octal4370222114760533457543
Binary100011111000100100101001100111110010101111100101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233892; }

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

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

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

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

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

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

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

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