#233598

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

Shades of Egyptian Blue #233598

Tints of Egyptian Blue #233598

Color information

#233598 (or 0x233598) is unknown color: approx Egyptian Blue. HEX triplet: 23, 35 and 98. RGB value is (35,53,152). Sum of RGB (Red+Green+Blue) = 35+53+152=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #233598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233598 is #DCCA67. Grayscale: #3A3A3A. Windows color (decimal): -14469736 or 9975075. OLE color: 9975075.

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

Color convert

RGB3553152-
CMYK0.770.6500.40
HSL230.77º62.57%36.67%-
HSV(B)230.77º76.97%59.61%-
XYZ7.635.1730.3-
YUV58.9180.54110.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.58%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 152 (59.77% from 255) = 63.33%
R=14.58%
G=22.08%
B=63.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35531520.770.6500.40230.7762.5736.67
Hex2335984D41028e73f25
Octal43652301151010503477745
Binary1000111101011001100010011011000001010100011100111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233598; }

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

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

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

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

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

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

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

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