Html Css Color HEX #376170 Blumine

📋 copy color: '#376170'

red 55 ◦ green 97 ◦ blue 112

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

Shades of Blumine #376170

Tints of Blumine #376170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 20.83%
G = 36.74%
B = 42.42%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376170 (or 0x376170) is known color: Blumine. HEX triplet: 37, 61 and 70. RGB value is (55,97,112). Sum of RGB (Red+Green+Blue) = 55+97+112=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #376170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376170 is #C89E8F. Grayscale: #565656. Windows color (decimal): -13147792 or 7364919. OLE color: 7364919.

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

Color convert

RGB 55 97 112 -
CMYK 0.51 0.13 0 0.56
HSL 195.79º 0.34% 0.33% -
HSV(B) 195.79º 0.51% 0.44% -
XYZ 8.77 10.53 16.9 -
YUV 86.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 55 97 112 0.51 0.13 0 0.56 195.79 0.34 0.33
Hex 37 61 70 33 D 0 38 C4 22 21
Octal 67 141 160 63 15 0 70 304 42 41
Binary 110111 1100001 1110000 110011 1101 0 111000 11000100 100010 100001

Color Harmonies of #376170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376170

Black with #376170

Text Example


Text Example

White with #376170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376170; }

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

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

background-color css

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

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

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

border-color css

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

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

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