#2E4E80

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

Shades of Fun Blue #2E4E80

Tints of Fun Blue #2E4E80

Color information

#2E4E80 (or 0x2E4E80) is unknown color: approx Fun Blue. HEX triplet: 2E, 4E and 80. RGB value is (46,78,128). Sum of RGB (Red+Green+Blue) = 46+78+128=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E4E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4E80 is #D1B17F. Grayscale: #494949. Windows color (decimal): -13742464 or 8408622. OLE color: 8408622.

HSL color Cylindrical-coordinate representation of color #2E4E80: hue angle of 216.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E4E80 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4678128-
CMYK0.640.3900.50
HSL216.59º47.13%34.12%-
HSV(B)216.59º64.06%50.2%-
XYZ7.757.5921.48-
YUV74.13158.4107.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 128 (50.39% from 255) = 50.79%
R=18.25%
G=30.95%
B=50.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46781280.640.3900.50216.5947.1334.12
Hex2E4E804027032d92f22
Octal56116200100470623315742
Binary1011101001110100000001000000100111011001011011001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,78,128); }

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

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

 a { background-color: rgb(46,78,128); }

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

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

 span { border-color: rgb(46,78,128); }

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