Html Css Color HEX #376172 Blumine

📋 copy color: '#376172'

red 55 ◦ green 97 ◦ blue 114

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

Shades of Blumine #376172

Tints of Blumine #376172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 20.68%
G = 36.47%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376172 (or 0x376172) is known color: Blumine. HEX triplet: 37, 61 and 72. RGB value is (55,97,114). Sum of RGB (Red+Green+Blue) = 55+97+114=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #376172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376172 is #C89E8D. Grayscale: #565656. Windows color (decimal): -13147790 or 7495991. OLE color: 7495991.

HSL color Cylindrical-coordinate representation of color #376172: hue angle of 197.29º 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 #376172 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 97 114 -
CMYK 0.52 0.15 0 0.55
HSL 197.29º 0.35% 0.33% -
HSV(B) 197.29º 0.52% 0.45% -
XYZ 8.89 10.58 17.49 -
YUV 86.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 55 97 114 0.52 0.15 0 0.55 197.29 0.35 0.33
Hex 37 61 72 34 F 0 37 C5 23 21
Octal 67 141 162 64 17 0 67 305 43 41
Binary 110111 1100001 1110010 110100 1111 0 110111 11000101 100011 100001

Color Harmonies of #376172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376172

Black with #376172

Text Example


Text Example

White with #376172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376172; }

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

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

background-color css

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

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

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

border-color css

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

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

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