#233E98

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

Shades of Egyptian Blue #233E98

Tints of Egyptian Blue #233E98

Color information

#233E98 (or 0x233E98) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3E and 98. RGB value is (35,62,152). Sum of RGB (Red+Green+Blue) = 35+62+152=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #233E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E98 is #DCC167. Grayscale: #3F3F3F. Windows color (decimal): -14467432 or 9977379. OLE color: 9977379.

HSL color Cylindrical-coordinate representation of color #233E98: hue angle of 226.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233E98 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3562152-
CMYK0.770.5900.40
HSL226.15º62.57%36.67%-
HSV(B)226.15º76.97%59.61%-
XYZ8.086.0730.45-
YUV64.19177.55107.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=14.06%
G=24.90%
B=61.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35621520.770.5900.40226.1562.5736.67
Hex233E984D3B028e23f25
Octal4376230115730503427745
Binary100011111110100110001001101111011010100011100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,152); }

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

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

 a { background-color: rgb(35,62,152); }

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

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

 span { border-color: rgb(35,62,152); }

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