#2E4A81

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

Shades of Fun Blue #2E4A81

Tints of Fun Blue #2E4A81

Color information

#2E4A81 (or 0x2E4A81) is unknown color: approx Fun Blue. HEX triplet: 2E, 4A and 81. RGB value is (46,74,129). Sum of RGB (Red+Green+Blue) = 46+74+129=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #2E4A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4A81 is #D1B57E. Grayscale: #474747. Windows color (decimal): -13743487 or 8473134. OLE color: 8473134.

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

Color convert

RGB4674129-
CMYK0.640.4300.49
HSL219.76º47.43%34.31%-
HSV(B)219.76º64.34%50.59%-
XYZ7.547.0621.73-
YUV71.9160.22109.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=18.47%
G=29.72%
B=51.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46741290.640.4300.49219.7647.4334.31
Hex2E4A81402B031dc2f22
Octal56112201100530613345742
Binary1011101001010100000011000000101011011000111011100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,129); }

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

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

 a { background-color: rgb(46,74,129); }

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

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

 span { border-color: rgb(46,74,129); }

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