#2E4D7C

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

Shades of Fun Blue #2E4D7C

Tints of Fun Blue #2E4D7C

Color information

#2E4D7C (or 0x2E4D7C) is unknown color: approx Fun Blue. HEX triplet: 2E, 4D and 7C. RGB value is (46,77,124). Sum of RGB (Red+Green+Blue) = 46+77+124=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E4D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D7C is #D1B283. Grayscale: #484848. Windows color (decimal): -13742724 or 8146222. OLE color: 8146222.

HSL color Cylindrical-coordinate representation of color #2E4D7C: hue angle of 216.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E4D7C is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4677124-
CMYK0.630.3800.51
HSL216.15º45.88%33.33%-
HSV(B)216.15º62.9%48.63%-
XYZ7.427.3420.1-
YUV73.09156.73108.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=18.62%
G=31.17%
B=50.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46771240.630.3800.51216.1545.8833.33
Hex2E4D7C3F26033d82e21
Octal5611517477460633305641
Binary10111010011011111100111111100110011001111011000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,124); }

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

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

 a { background-color: rgb(46,77,124); }

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

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

 span { border-color: rgb(46,77,124); }

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