Html Css Color HEX #376271 Blumine

📋 copy color: '#376271'

red 55 ◦ green 98 ◦ blue 113

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

Shades of Blumine #376271

Tints of Blumine #376271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 20.68%
G = 36.84%
B = 42.48%

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

#376271 (or 0x376271) is known color: Blumine. HEX triplet: 37, 62 and 71. RGB value is (55,98,113). Sum of RGB (Red+Green+Blue) = 55+98+113=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #376271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376271 is #C89D8E. Grayscale: #565656. Windows color (decimal): -13147535 or 7430711. OLE color: 7430711.

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

Color convert

RGB 55 98 113 -
CMYK 0.51 0.13 0 0.56
HSL 195.52º 0.35% 0.33% -
HSV(B) 195.52º 0.51% 0.44% -
XYZ 8.92 10.74 17.23 -
YUV 86.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 55 98 113 0.51 0.13 0 0.56 195.52 0.35 0.33
Hex 37 62 71 33 D 0 38 C4 23 21
Octal 67 142 161 63 15 0 70 304 43 41
Binary 110111 1100010 1110001 110011 1101 0 111000 11000100 100011 100001

Color Harmonies of #376271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376271

Black with #376271

Text Example


Text Example

White with #376271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376271; }

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

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

background-color css

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

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

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

border-color css

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

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

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