#232898

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

Shades of Egyptian Blue #232898

Tints of Egyptian Blue #232898

Color information

#232898 (or 0x232898) is unknown color: approx Egyptian Blue. HEX triplet: 23, 28 and 98. RGB value is (35,40,152). Sum of RGB (Red+Green+Blue) = 35+40+152=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #232898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232898 is #DCD767. Grayscale: #323232. Windows color (decimal): -14473064 or 9971747. OLE color: 9971747.

HSL color Cylindrical-coordinate representation of color #232898: hue angle of 237.44º 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 #232898 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3540152-
CMYK0.770.7400.40
HSL237.44º62.57%36.67%-
HSV(B)237.44º76.97%59.61%-
XYZ7.124.1430.13-
YUV51.27184.84116.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=15.42%
G=17.62%
B=66.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35401520.770.7400.40237.4462.5736.67
Hex2328984D4A028ed3f25
Octal43502301151120503557745
Binary1000111010001001100010011011001010010100011101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232898; }

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

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

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

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

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

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

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

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