#232998

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

Shades of Egyptian Blue #232998

Tints of Egyptian Blue #232998

Color information

#232998 (or 0x232998) is unknown color: approx Egyptian Blue. HEX triplet: 23, 29 and 98. RGB value is (35,41,152). Sum of RGB (Red+Green+Blue) = 35+41+152=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #232998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232998 is #DCD667. Grayscale: #333333. Windows color (decimal): -14472808 or 9972003. OLE color: 9972003.

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

Color convert

RGB3541152-
CMYK0.770.7300.40
HSL236.92º62.57%36.67%-
HSV(B)236.92º76.97%59.61%-
XYZ7.154.2130.14-
YUV51.86184.51115.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 152 (59.77% from 255) = 66.67%
R=15.35%
G=17.98%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35411520.770.7300.40236.9262.5736.67
Hex2329984D49028ed3f25
Octal43512301151110503557745
Binary1000111010011001100010011011001001010100011101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232998; }

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

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

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

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

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

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

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

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