Html Css Color HEX #376771 Blumine

📋 copy color: '#376771'

red 55 ◦ green 103 ◦ blue 113

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

Shades of Blumine #376771

Tints of Blumine #376771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

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

R = 20.3%
G = 38.01%
B = 41.7%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376771 (or 0x376771) is known color: Blumine. HEX triplet: 37, 67 and 71. RGB value is (55,103,113). Sum of RGB (Red+Green+Blue) = 55+103+113=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #376771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376771 is #C8988E. Grayscale: #595959. Windows color (decimal): -13146255 or 7431991. OLE color: 7431991.

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

Color convert

RGB 55 103 113 -
CMYK 0.51 0.09 0 0.56
HSL 190.34º 0.35% 0.33% -
HSV(B) 190.34º 0.51% 0.44% -
XYZ 9.41 11.7 17.39 -
YUV 89.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 55 103 113 0.51 0.09 0 0.56 190.34 0.35 0.33
Hex 37 67 71 33 9 0 38 BE 23 21
Octal 67 147 161 63 11 0 70 276 43 41
Binary 110111 1100111 1110001 110011 1001 0 111000 10111110 100011 100001

Color Harmonies of #376771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376771

Black with #376771

Text Example


Text Example

White with #376771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376771; }

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

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

background-color css

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

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

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

border-color css

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

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

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