Html Css Color HEX #37514E Blue Dianne

📋 copy color: '#37514E'

red 55 ◦ green 81 ◦ blue 78

#37514E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #37514E

Tints of Blue Dianne #37514E

RGB

 RED value IS 55 (21.88% from 255) = 25.7%

 GREEN value IS 81 (32.03% from 255) = 37.85%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 25.7%
G = 37.85%
B = 36.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#37514E (or 0x37514E) is known color: 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

RGB 55 81 78 -
CMYK 0.32 0 0.04 0.68
HSL 173.08º 0.19% 0.27% -
HSV(B) 173.08º 0.32% 0.32% -
XYZ 5.89 7.25 8.3 -
YUV 72.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 55 81 78 0.32 0 0.04 0.68 173.08 0.19 0.27
Hex 37 51 4E 20 0 4 44 AD 13 1B
Octal 67 121 116 40 0 4 104 255 23 33
Binary 110111 1010001 1001110 100000 0 100 1000100 10101101 10011 11011

Color Harmonies of #37514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37514E

Black with #37514E

Text Example


Text Example

White with #37514E

Text Example


Text Example

HTML Codes & Css Web 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>