#2E5187

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

Shades of Fun Blue #2E5187

Tints of Fun Blue #2E5187

Color information

#2E5187 (or 0x2E5187) is unknown color: approx Fun Blue. HEX triplet: 2E, 51 and 87. RGB value is (46,81,135). Sum of RGB (Red+Green+Blue) = 46+81+135=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5187 is #D1AE78. Grayscale: #4C4C4C. Windows color (decimal): -13741689 or 8868142. OLE color: 8868142.

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

Color convert

RGB4681135-
CMYK0.660.4000.47
HSL216.4º49.17%35.49%-
HSV(B)216.4º65.93%52.94%-
XYZ8.448.2124.06-
YUV76.69160.9106.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=17.56%
G=30.92%
B=51.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46811350.660.4000.47216.449.1735.49
Hex2E5187422802Fd83123
Octal56121207102500573306143
Binary1011101010001100001111000010101000010111111011000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,135); }

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

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

 a { background-color: rgb(46,81,135); }

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

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

 span { border-color: rgb(46,81,135); }

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