#233C93

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

Shades of Egyptian Blue #233C93

Tints of Egyptian Blue #233C93

Color information

#233C93 (or 0x233C93) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3C and 93. RGB value is (35,60,147). Sum of RGB (Red+Green+Blue) = 35+60+147=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #233C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C93 is #DCC36C. Grayscale: #3E3E3E. Windows color (decimal): -14467949 or 9649187. OLE color: 9649187.

HSL color Cylindrical-coordinate representation of color #233C93: hue angle of 226.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233C93 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3560147-
CMYK0.760.5900.42
HSL226.61º61.54%35.69%-
HSV(B)226.61º76.19%57.65%-
XYZ7.585.728.3-
YUV62.44175.72108.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=14.46%
G=24.79%
B=60.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35601470.760.5900.42226.6161.5435.69
Hex233C934C3B02Ae33e24
Octal4374223114730523437644
Binary100011111100100100111001100111011010101011100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233C93; }

 p { color: rgb(35,60,147); }

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

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

 a { background-color: rgb(35,60,147); }

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

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

 span { border-color: rgb(35,60,147); }

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