Html Css Color HEX #37616F Blumine

📋 copy color: '#37616F'

red 55 ◦ green 97 ◦ blue 111

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

Shades of Blumine #37616F

Tints of Blumine #37616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 20.91%
G = 36.88%
B = 42.21%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37616F (or 0x37616F) is known color: Blumine. HEX triplet: 37, 61 and 6F. RGB value is (55,97,111). Sum of RGB (Red+Green+Blue) = 55+97+111=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #37616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37616F is #C89E90. Grayscale: #555555. Windows color (decimal): -13147793 or 7299383. OLE color: 7299383.

HSL color Cylindrical-coordinate representation of color #37616F: hue angle of 195º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37616F is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 97 111 -
CMYK 0.50 0.13 0 0.56
HSL 195º 0.34% 0.33% -
HSV(B) 195º 0.5% 0.44% -
XYZ 8.72 10.51 16.61 -
YUV 86.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 55 97 111 0.50 0.13 0 0.56 195 0.34 0.33
Hex 37 61 6F 32 D 0 38 C3 22 21
Octal 67 141 157 62 15 0 70 303 42 41
Binary 110111 1100001 1101111 110010 1101 0 111000 11000011 100010 100001

Color Harmonies of #37616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37616F

Black with #37616F

Text Example


Text Example

White with #37616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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