#37514E

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

Shades of Blue Dianne #37514E

Tints of Blue Dianne #37514E

Color information

#37514E (or 0x37514E) is unknown color: approx Blue Dianne. HEX triplet: 37, 51 and 4E. RGB value is (55,81,78). Sum of RGB (Red+Green+Blue) = 55+81+78=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #37514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37514E is #C8AEB1. Grayscale: #484848. Windows color (decimal): -13151922 or 5132599. OLE color: 5132599.

HSL color Cylindrical-coordinate representation of color #37514E: hue angle of 173.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #37514E is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB558178-
CMYK0.3200.040.68
HSL173.08º19.12%26.67%-
HSV(B)173.08º32.1%31.76%-
XYZ5.897.258.3-
YUV72.88130.89115.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=25.70%
G=37.85%
B=36.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581780.3200.040.68173.0819.1226.67
Hex37514E200444ad131b
Octal6712111640041042552333
Binary1101111010001100111010000001001000100101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37514E; }

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

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

<style>
 a { background-color: #37514E; }

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

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

<style>
 span { border-color: #37514E; }

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

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