Html Css Color HEX #37534E Blue Dianne

📋 copy color: '#37534E'

red 55 ◦ green 83 ◦ blue 78

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

Shades of Blue Dianne #37534E

Tints of Blue Dianne #37534E

RGB

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

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

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

R = 25.46%
G = 38.43%
B = 36.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#37534E (or 0x37534E) is known color: Blue Dianne. HEX triplet: 37, 53 and 4E. RGB value is (55,83,78). Sum of RGB (Red+Green+Blue) = 55+83+78=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #37534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37534E is #C8ACB1. Grayscale: #4A4A4A. Windows color (decimal): -13151410 or 5133111. OLE color: 5133111.

HSL color Cylindrical-coordinate representation of color #37534E: hue angle of 169.29º 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 #37534E is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 78 -
CMYK 0.34 0 0.06 0.67
HSL 169.29º 0.2% 0.27% -
HSV(B) 169.29º 0.34% 0.33% -
XYZ 6.04 7.55 8.35 -
YUV 74.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 55 83 78 0.34 0 0.06 0.67 169.29 0.2 0.27
Hex 37 53 4E 22 0 6 43 A9 14 1B
Octal 67 123 116 42 0 6 103 251 24 33
Binary 110111 1010011 1001110 100010 0 110 1000011 10101001 10100 11011

Color Harmonies of #37534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37534E

Black with #37534E

Text Example


Text Example

White with #37534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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