#234098

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

Shades of Egyptian Blue #234098

Tints of Egyptian Blue #234098

Color information

#234098 (or 0x234098) is unknown color: approx Egyptian Blue. HEX triplet: 23, 40 and 98. RGB value is (35,64,152). Sum of RGB (Red+Green+Blue) = 35+64+152=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #234098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234098 is #DCBF67. Grayscale: #404040. Windows color (decimal): -14466920 or 9977891. OLE color: 9977891.

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

Color convert

RGB3564152-
CMYK0.770.5800.40
HSL225.13º62.57%36.67%-
HSV(B)225.13º76.97%59.61%-
XYZ8.196.2930.49-
YUV65.36176.89106.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=13.94%
G=25.50%
B=60.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35641520.770.5800.40225.1362.5736.67
Hex2340984D3A028e13f25
Octal43100230115720503417745
Binary1000111000000100110001001101111010010100011100001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234098; }

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

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

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

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

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

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

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

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