#232C9E

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

Shades of Egyptian Blue #232C9E

Tints of Egyptian Blue #232C9E

Color information

#232C9E (or 0x232C9E) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2C and 9E. RGB value is (35,44,158). Sum of RGB (Red+Green+Blue) = 35+44+158=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #232C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C9E is #DCD361. Grayscale: #353535. Windows color (decimal): -14472034 or 10365987. OLE color: 10365987.

HSL color Cylindrical-coordinate representation of color #232C9E: hue angle of 235.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232C9E is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3544158-
CMYK0.780.7200.38
HSL235.61º63.73%37.84%-
HSV(B)235.61º77.85%61.96%-
XYZ7.774.6332.83-
YUV54.3186.52114.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=14.77%
G=18.57%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35441580.780.7200.38235.6163.7337.84
Hex232C9E4E48026ec4026
Octal435423611611004635410046
Binary10001110110010011110100111010010000100110111011001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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