Html Css Color HEX #37514F Blue Dianne

📋 copy color: '#37514F'

red 55 ◦ green 81 ◦ blue 79

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

Shades of Blue Dianne #37514F

Tints of Blue Dianne #37514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 25.58%
G = 37.67%
B = 36.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#37514F (or 0x37514F) is known color: Blue Dianne. HEX triplet: 37, 51 and 4F. RGB value is (55,81,79). Sum of RGB (Red+Green+Blue) = 55+81+79=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #37514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37514F is #C8AEB0. Grayscale: #484848. Windows color (decimal): -13151921 or 5198135. OLE color: 5198135.

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

Color convert

RGB 55 81 79 -
CMYK 0.32 0 0.02 0.68
HSL 175.38º 0.19% 0.27% -
HSV(B) 175.38º 0.32% 0.32% -
XYZ 5.93 7.26 8.49 -
YUV 73 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 55 81 79 0.32 0 0.02 0.68 175.38 0.19 0.27
Hex 37 51 4F 20 0 2 44 AF 13 1B
Octal 67 121 117 40 0 2 104 257 23 33
Binary 110111 1010001 1001111 100000 0 10 1000100 10101111 10011 11011

Color Harmonies of #37514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37514F

Black with #37514F

Text Example


Text Example

White with #37514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37514F;
 }
 .AnyTagClassName
 {
   color: #37514F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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