Html Css Color HEX #376173 Blumine

📋 copy color: '#376173'

red 55 ◦ green 97 ◦ blue 115

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

Shades of Blumine #376173

Tints of Blumine #376173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 20.6%
G = 36.33%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376173 (or 0x376173) is known color: Blumine. HEX triplet: 37, 61 and 73. RGB value is (55,97,115). Sum of RGB (Red+Green+Blue) = 55+97+115=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #376173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376173 is #C89E8C. Grayscale: #565656. Windows color (decimal): -13147789 or 7561527. OLE color: 7561527.

HSL color Cylindrical-coordinate representation of color #376173: hue angle of 198º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376173 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 97 115 -
CMYK 0.52 0.16 0 0.55
HSL 198º 0.35% 0.33% -
HSV(B) 198º 0.52% 0.45% -
XYZ 8.94 10.6 17.79 -
YUV 86.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 55 97 115 0.52 0.16 0 0.55 198 0.35 0.33
Hex 37 61 73 34 10 0 37 C6 23 21
Octal 67 141 163 64 20 0 67 306 43 41
Binary 110111 1100001 1110011 110100 10000 0 110111 11000110 100011 100001

Color Harmonies of #376173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376173

Black with #376173

Text Example


Text Example

White with #376173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376173; }

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

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

background-color css

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

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

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

border-color css

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

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

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