#2E4880

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

Shades of Fun Blue #2E4880

Tints of Fun Blue #2E4880

Color information

#2E4880 (or 0x2E4880) is unknown color: approx Fun Blue. HEX triplet: 2E, 48 and 80. RGB value is (46,72,128). Sum of RGB (Red+Green+Blue) = 46+72+128=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E4880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4880 is #D1B77F. Grayscale: #464646. Windows color (decimal): -13744000 or 8407086. OLE color: 8407086.

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

Color convert

RGB4672128-
CMYK0.640.4400.50
HSL220.98º47.13%34.12%-
HSV(B)220.98º64.06%50.2%-
XYZ7.346.7721.34-
YUV70.61160.39110.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=18.70%
G=29.27%
B=52.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46721280.640.4400.50220.9847.1334.12
Hex2E4880402C032dd2f22
Octal56110200100540623355742
Binary1011101001000100000001000000101100011001011011101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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