#2E477F

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

Shades of Fun Blue #2E477F

Tints of Fun Blue #2E477F

Color information

#2E477F (or 0x2E477F) is unknown color: approx Fun Blue. HEX triplet: 2E, 47 and 7F. RGB value is (46,71,127). Sum of RGB (Red+Green+Blue) = 46+71+127=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E477F is #D1B880. Grayscale: #454545. Windows color (decimal): -13744257 or 8341294. OLE color: 8341294.

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

Color convert

RGB4671127-
CMYK0.640.4400.50
HSL221.48º46.82%33.92%-
HSV(B)221.48º63.78%49.8%-
XYZ7.216.6220.98-
YUV69.91160.22110.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 127 (50% from 255) = 52.05%
R=18.85%
G=29.10%
B=52.05%

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
Decimal46711270.640.4400.50221.4846.8233.92
Hex2E477F402C032dd2f22
Octal56107177100540623355742
Binary101110100011111111111000000101100011001011011101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,127); }

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

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

 a { background-color: rgb(46,71,127); }

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

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

 span { border-color: rgb(46,71,127); }

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