Html Css Color HEX #376571 Blumine

📋 copy color: '#376571'

red 55 ◦ green 101 ◦ blue 113

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

Shades of Blumine #376571

Tints of Blumine #376571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 20.45%
G = 37.55%
B = 42.01%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376571 (or 0x376571) is known color: Blumine. HEX triplet: 37, 65 and 71. RGB value is (55,101,113). Sum of RGB (Red+Green+Blue) = 55+101+113=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #376571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376571 is #C89A8E. Grayscale: #585858. Windows color (decimal): -13146767 or 7431479. OLE color: 7431479.

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

Color convert

RGB 55 101 113 -
CMYK 0.51 0.11 0 0.56
HSL 192.41º 0.35% 0.33% -
HSV(B) 192.41º 0.51% 0.44% -
XYZ 9.21 11.31 17.32 -
YUV 88.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 55 101 113 0.51 0.11 0 0.56 192.41 0.35 0.33
Hex 37 65 71 33 B 0 38 C0 23 21
Octal 67 145 161 63 13 0 70 300 43 41
Binary 110111 1100101 1110001 110011 1011 0 111000 11000000 100011 100001

Color Harmonies of #376571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376571

Black with #376571

Text Example


Text Example

White with #376571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376571; }

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

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

background-color css

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

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

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

border-color css

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

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

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