#232C92

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

Shades of Egyptian Blue #232C92

Tints of Egyptian Blue #232C92

Color information

#232C92 (or 0x232C92) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2C and 92. RGB value is (35,44,146). Sum of RGB (Red+Green+Blue) = 35+44+146=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #232C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C92 is #DCD36D. Grayscale: #343434. Windows color (decimal): -14472046 or 9579555. OLE color: 9579555.

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

Color convert

RGB3544146-
CMYK0.760.7000.43
HSL235.14º61.33%35.49%-
HSV(B)235.14º76.03%57.25%-
XYZ6.784.2327.65-
YUV52.94180.52115.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=15.56%
G=19.56%
B=64.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35441460.760.7000.43235.1461.3335.49
Hex232C924C4602Beb3d23
Octal43542221141060533537543
Binary1000111011001001001010011001000110010101111101011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C92; }

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

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

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

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

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

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

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

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