#2E5085

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

Shades of Fun Blue #2E5085

Tints of Fun Blue #2E5085

Color information

#2E5085 (or 0x2E5085) is unknown color: approx Fun Blue. HEX triplet: 2E, 50 and 85. RGB value is (46,80,133). Sum of RGB (Red+Green+Blue) = 46+80+133=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E5085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5085 is #D1AF7A. Grayscale: #4B4B4B. Windows color (decimal): -13741947 or 8736814. OLE color: 8736814.

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

Color convert

RGB4680133-
CMYK0.650.4000.48
HSL216.55º48.6%35.1%-
HSV(B)216.55º65.41%52.16%-
XYZ8.238.0123.3-
YUV75.88160.24106.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=17.76%
G=30.89%
B=51.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46801330.650.4000.48216.5548.635.1
Hex2E50854128030d93123
Octal56120205101500603316143
Binary1011101010000100001011000001101000011000011011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,133); }

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

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

 a { background-color: rgb(46,80,133); }

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

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

 span { border-color: rgb(46,80,133); }

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