#2E514E

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

Shades of Blue Dianne #2E514E

Tints of Blue Dianne #2E514E

Color information

#2E514E (or 0x2E514E) is unknown color: approx Blue Dianne. HEX triplet: 2E, 51 and 4E. RGB value is (46,81,78). Sum of RGB (Red+Green+Blue) = 46+81+78=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #2E514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E514E is #D1AEB1. Grayscale: #464646. Windows color (decimal): -13741746 or 5132590. OLE color: 5132590.

HSL color Cylindrical-coordinate representation of color #2E514E: hue angle of 174.86º 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 #2E514E is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB468178-
CMYK0.4300.040.68
HSL174.86º27.56%24.9%-
HSV(B)174.86º43.21%31.76%-
XYZ5.447.028.27-
YUV70.19132.4110.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=22.44%
G=39.51%
B=38.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681780.4300.040.68174.8627.5624.9
Hex2E514E2B0444af1c19
Octal5612111653041042573431
Binary1011101010001100111010101101001000100101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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