Html Css Color HEX #37616D Blumine

📋 copy color: '#37616D'

red 55 ◦ green 97 ◦ blue 109

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

Shades of Blumine #37616D

Tints of Blumine #37616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 21.07%
G = 37.16%
B = 41.76%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37616D (or 0x37616D) is known color: Blumine. HEX triplet: 37, 61 and 6D. RGB value is (55,97,109). Sum of RGB (Red+Green+Blue) = 55+97+109=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #37616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37616D is #C89E92. Grayscale: #555555. Windows color (decimal): -13147795 or 7168311. OLE color: 7168311.

HSL color Cylindrical-coordinate representation of color #37616D: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37616D is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 97 109 -
CMYK 0.50 0.11 0 0.57
HSL 193.33º 0.33% 0.32% -
HSV(B) 193.33º 0.5% 0.43% -
XYZ 8.61 10.47 16.03 -
YUV 85.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 55 97 109 0.50 0.11 0 0.57 193.33 0.33 0.32
Hex 37 61 6D 32 B 0 39 C1 21 20
Octal 67 141 155 62 13 0 71 301 41 40
Binary 110111 1100001 1101101 110010 1011 0 111001 11000001 100001 100000

Color Harmonies of #37616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37616D

Black with #37616D

Text Example


Text Example

White with #37616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,97,109); }

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

background-color css

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

 a { background-color: rgb(55,97,109); }

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

border-color css

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

 span { border-color: rgb(55,97,109); }

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