Html Css Color HEX #37534D Blue Dianne

📋 copy color: '#37534D'

red 55 ◦ green 83 ◦ blue 77

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

Shades of Blue Dianne #37534D

Tints of Blue Dianne #37534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 25.58%
G = 38.6%
B = 35.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#37534D (or 0x37534D) is known color: Blue Dianne. HEX triplet: 37, 53 and 4D. RGB value is (55,83,77). Sum of RGB (Red+Green+Blue) = 55+83+77=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #37534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37534D is #C8ACB2. Grayscale: #494949. Windows color (decimal): -13151411 or 5067575. OLE color: 5067575.

HSL color Cylindrical-coordinate representation of color #37534D: hue angle of 167.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37534D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 77 -
CMYK 0.34 0 0.07 0.67
HSL 167.14º 0.2% 0.27% -
HSV(B) 167.14º 0.34% 0.33% -
XYZ 6.01 7.53 8.16 -
YUV 73.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 55 83 77 0.34 0 0.07 0.67 167.14 0.2 0.27
Hex 37 53 4D 22 0 7 43 A7 14 1B
Octal 67 123 115 42 0 7 103 247 24 33
Binary 110111 1010011 1001101 100010 0 111 1000011 10100111 10100 11011

Color Harmonies of #37534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37534D

Black with #37534D

Text Example


Text Example

White with #37534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37534D; }

 p { color: rgb(55,83,77); }

 H1.HeaderClassName
 {
   color: #37534D;
 }
 .AnyTagClassName
 {
   color: #37534D;
 }
</style>

background-color css

<style>
 a { background-color: #37534D; }

 a { background-color: rgb(55,83,77); }

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

border-color css

<style>
 span { border-color: #37534D; }

 span { border-color: rgb(55,83,77); }

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