#2E514C

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

Shades of Blue Dianne #2E514C

Tints of Blue Dianne #2E514C

Color information

#2E514C (or 0x2E514C) is unknown color: approx Blue Dianne. HEX triplet: 2E, 51 and 4C. RGB value is (46,81,76). Sum of RGB (Red+Green+Blue) = 46+81+76=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #2E514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E514C is #D1AEB3. Grayscale: #454545. Windows color (decimal): -13741748 or 5001518. OLE color: 5001518.

HSL color Cylindrical-coordinate representation of color #2E514C: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E514C is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB468176-
CMYK0.4300.060.68
HSL171.43º27.56%24.9%-
HSV(B)171.43º43.21%31.76%-
XYZ5.376.997.9-
YUV69.96131.4110.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=22.66%
G=39.90%
B=37.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681760.4300.060.68171.4327.5624.9
Hex2E514C2B0644ab1c19
Octal5612111453061042533431
Binary1011101010001100110010101101101000100101010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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