#232B92

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

Shades of Egyptian Blue #232B92

Tints of Egyptian Blue #232B92

Color information

#232B92 (or 0x232B92) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2B and 92. RGB value is (35,43,146). Sum of RGB (Red+Green+Blue) = 35+43+146=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #232B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B92 is #DCD46D. Grayscale: #333333. Windows color (decimal): -14472302 or 9579299. OLE color: 9579299.

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

Color convert

RGB3543146-
CMYK0.760.7100.43
HSL235.68º61.33%35.49%-
HSV(B)235.68º76.03%57.25%-
XYZ6.754.1627.64-
YUV52.35180.85115.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.62%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=15.62%
G=19.20%
B=65.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35431460.760.7100.43235.6861.3335.49
Hex232B924C4702Bec3d23
Octal43532221141070533547543
Binary1000111010111001001010011001000111010101111101100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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