#2E487B

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

Shades of Fun Blue #2E487B

Tints of Fun Blue #2E487B

Color information

#2E487B (or 0x2E487B) is unknown color: approx Fun Blue. HEX triplet: 2E, 48 and 7B. RGB value is (46,72,123). Sum of RGB (Red+Green+Blue) = 46+72+123=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E487B is #D1B784. Grayscale: #454545. Windows color (decimal): -13744005 or 8079406. OLE color: 8079406.

HSL color Cylindrical-coordinate representation of color #2E487B: hue angle of 219.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E487B is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4672123-
CMYK0.630.4100.52
HSL219.74º45.56%33.14%-
HSV(B)219.74º62.6%48.24%-
XYZ7.026.6519.65-
YUV70.04157.89110.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=19.09%
G=29.88%
B=51.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46721230.630.4100.52219.7445.5633.14
Hex2E487B3F29034dc2e21
Octal5611017377510643345641
Binary10111010010001111011111111101001011010011011100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,123); }

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

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

 a { background-color: rgb(46,72,123); }

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

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

 span { border-color: rgb(46,72,123); }

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