Html Css Color HEX #37514C Blue Dianne

📋 copy color: '#37514C'

red 55 ◦ green 81 ◦ blue 76

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

Shades of Blue Dianne #37514C

Tints of Blue Dianne #37514C

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 value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 55 81 76 -
CMYK 0.32 0 0.06 0.68
HSL 168.46º 0.19% 0.27% -
HSV(B) 168.46º 0.32% 0.32% -
XYZ 5.82 7.22 7.92 -
YUV 72.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 55 81 76 0.32 0 0.06 0.68 168.46 0.19 0.27
Hex 37 51 4C 20 0 6 44 A8 13 1B
Octal 67 121 114 40 0 6 104 250 23 33
Binary 110111 1010001 1001100 100000 0 110 1000100 10101000 10011 11011

Color Harmonies of #37514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37514C

Black with #37514C

Text Example


Text Example

White with #37514C

Text Example


Text Example

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