#2E4680

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

Shades of Fun Blue #2E4680

Tints of Fun Blue #2E4680

Color information

#2E4680 (or 0x2E4680) is unknown color: approx Fun Blue. HEX triplet: 2E, 46 and 80. RGB value is (46,70,128). Sum of RGB (Red+Green+Blue) = 46+70+128=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E4680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4680 is #D1B97F. Grayscale: #454545. Windows color (decimal): -13744512 or 8406574. OLE color: 8406574.

HSL color Cylindrical-coordinate representation of color #2E4680: hue angle of 222.44º 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 #2E4680 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4670128-
CMYK0.640.4500.50
HSL222.44º47.13%34.12%-
HSV(B)222.44º64.06%50.2%-
XYZ7.216.5221.3-
YUV69.44161.05111.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=18.85%
G=28.69%
B=52.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46701280.640.4500.50222.4447.1334.12
Hex2E4680402D032de2f22
Octal56106200100550623365742
Binary1011101000110100000001000000101101011001011011110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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