#2E4682

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

Shades of Fun Blue #2E4682

Tints of Fun Blue #2E4682

Color information

#2E4682 (or 0x2E4682) is unknown color: approx Fun Blue. HEX triplet: 2E, 46 and 82. RGB value is (46,70,130). Sum of RGB (Red+Green+Blue) = 46+70+130=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4682 is #D1B97D. Grayscale: #454545. Windows color (decimal): -13744510 or 8537646. OLE color: 8537646.

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

Color convert

RGB4670130-
CMYK0.650.4600.49
HSL222.86º47.73%34.51%-
HSV(B)222.86º64.62%50.98%-
XYZ7.356.5722-
YUV69.66162.05111.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=18.70%
G=28.46%
B=52.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46701300.650.4600.49222.8647.7334.51
Hex2E4682412E031df3023
Octal56106202101560613376043
Binary1011101000110100000101000001101110011000111011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,70,130); }

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

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

 a { background-color: rgb(46,70,130); }

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

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

 span { border-color: rgb(46,70,130); }

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