#2E4778

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

Shades of Fun Blue #2E4778

Tints of Fun Blue #2E4778

Color information

#2E4778 (or 0x2E4778) is unknown color: approx Fun Blue. HEX triplet: 2E, 47 and 78. RGB value is (46,71,120). Sum of RGB (Red+Green+Blue) = 46+71+120=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4778 is #D1B887. Grayscale: #444444. Windows color (decimal): -13744264 or 7882542. OLE color: 7882542.

HSL color Cylindrical-coordinate representation of color #2E4778: hue angle of 219.73º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4778 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4671120-
CMYK0.620.4100.53
HSL219.73º44.58%32.55%-
HSV(B)219.73º61.67%47.06%-
XYZ6.776.4418.66-
YUV69.11156.72111.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=19.41%
G=29.96%
B=50.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46711200.620.4100.53219.7344.5832.55
Hex2E47783E29035dc2d21
Octal5610717076510653345541
Binary10111010001111111000111110101001011010111011100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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