Html Css Color HEX #376171 Blumine

📋 copy color: '#376171'

red 55 ◦ green 97 ◦ blue 113

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

Shades of Blumine #376171

Tints of Blumine #376171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 20.75%
G = 36.6%
B = 42.64%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376171 (or 0x376171) is known color: Blumine. HEX triplet: 37, 61 and 71. RGB value is (55,97,113). Sum of RGB (Red+Green+Blue) = 55+97+113=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #376171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376171 is #C89E8E. Grayscale: #565656. Windows color (decimal): -13147791 or 7430455. OLE color: 7430455.

HSL color Cylindrical-coordinate representation of color #376171: hue angle of 196.55º degrees, saturation: 0.35, 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 #376171 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 97 113 -
CMYK 0.51 0.14 0 0.56
HSL 196.55º 0.35% 0.33% -
HSV(B) 196.55º 0.51% 0.44% -
XYZ 8.83 10.55 17.19 -
YUV 86.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 55 97 113 0.51 0.14 0 0.56 196.55 0.35 0.33
Hex 37 61 71 33 E 0 38 C5 23 21
Octal 67 141 161 63 16 0 70 305 43 41
Binary 110111 1100001 1110001 110011 1110 0 111000 11000101 100011 100001

Color Harmonies of #376171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376171

Black with #376171

Text Example


Text Example

White with #376171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376171; }

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

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

background-color css

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

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

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

border-color css

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

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

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