Html Css Color HEX #376071 Blumine

📋 copy color: '#376071'

red 55 ◦ green 96 ◦ blue 113

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

Shades of Blumine #376071

Tints of Blumine #376071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 20.83%
G = 36.36%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376071 (or 0x376071) is known color: Blumine. HEX triplet: 37, 60 and 71. RGB value is (55,96,113). Sum of RGB (Red+Green+Blue) = 55+96+113=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #376071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376071 is #C89F8E. Grayscale: #555555. Windows color (decimal): -13148047 or 7430199. OLE color: 7430199.

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

Color convert

RGB 55 96 113 -
CMYK 0.51 0.15 0 0.56
HSL 197.59º 0.35% 0.33% -
HSV(B) 197.59º 0.51% 0.44% -
XYZ 8.74 10.37 17.16 -
YUV 85.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 55 96 113 0.51 0.15 0 0.56 197.59 0.35 0.33
Hex 37 60 71 33 F 0 38 C6 23 21
Octal 67 140 161 63 17 0 70 306 43 41
Binary 110111 1100000 1110001 110011 1111 0 111000 11000110 100011 100001

Color Harmonies of #376071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376071

Black with #376071

Text Example


Text Example

White with #376071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376071; }

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

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

background-color css

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

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

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

border-color css

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

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

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