#2E5289

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

Shades of Fun Blue #2E5289

Tints of Fun Blue #2E5289

Color information

#2E5289 (or 0x2E5289) is unknown color: approx Fun Blue. HEX triplet: 2E, 52 and 89. RGB value is (46,82,137). Sum of RGB (Red+Green+Blue) = 46+82+137=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E5289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5289 is #D1AD76. Grayscale: #4D4D4D. Windows color (decimal): -13741431 or 8999470. OLE color: 8999470.

HSL color Cylindrical-coordinate representation of color #2E5289: hue angle of 216.26º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5289 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4682137-
CMYK0.660.4000.46
HSL216.26º49.73%35.88%-
HSV(B)216.26º66.42%53.73%-
XYZ8.668.4224.84-
YUV77.51161.57105.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=17.36%
G=30.94%
B=51.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46821370.660.4000.46216.2649.7335.88
Hex2E5289422802Ed83224
Octal56122211102500563306244
Binary1011101010010100010011000010101000010111011011000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5289; }

 p { color: rgb(46,82,137); }

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

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

 a { background-color: rgb(46,82,137); }

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

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

 span { border-color: rgb(46,82,137); }

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