#2E4878

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

Shades of Fun Blue #2E4878

Tints of Fun Blue #2E4878

Color information

#2E4878 (or 0x2E4878) is unknown color: approx Fun Blue. HEX triplet: 2E, 48 and 78. RGB value is (46,72,120). Sum of RGB (Red+Green+Blue) = 46+72+120=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4878 is #D1B787. Grayscale: #454545. Windows color (decimal): -13744008 or 7882798. OLE color: 7882798.

HSL color Cylindrical-coordinate representation of color #2E4878: hue angle of 218.92º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4878 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4672120-
CMYK0.620.4000.53
HSL218.92º44.58%32.55%-
HSV(B)218.92º61.67%47.06%-
XYZ6.836.5718.68-
YUV69.7156.39111.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=19.33%
G=30.25%
B=50.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46721200.620.4000.53218.9244.5832.55
Hex2E48783E28035db2d21
Octal5611017076500653335541
Binary10111010010001111000111110101000011010111011011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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