#37514C

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

Shades of Blue Dianne #37514C

Tints of Blue Dianne #37514C

Color information

#37514C (or 0x37514C) is unknown color: approx Blue Dianne. HEX triplet: 37, 51 and 4C. RGB value is (55,81,76). Sum of RGB (Red+Green+Blue) = 55+81+76=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #37514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37514C is #C8AEB3. Grayscale: #484848. Windows color (decimal): -13151924 or 5001527. OLE color: 5001527.

HSL color Cylindrical-coordinate representation of color #37514C: hue angle of 168.46º 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 #37514C is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB558176-
CMYK0.3200.060.68
HSL168.46º19.12%26.67%-
HSV(B)168.46º32.1%31.76%-
XYZ5.827.227.92-
YUV72.66129.89115.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=25.94%
G=38.21%
B=35.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581760.3200.060.68168.4619.1226.67
Hex37514C200644a8131b
Octal6712111440061042502333
Binary1101111010001100110010000001101000100101010001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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