Html Css Color HEX #376671 Blumine

📋 copy color: '#376671'

red 55 ◦ green 102 ◦ blue 113

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

Shades of Blumine #376671

Tints of Blumine #376671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 20.37%
G = 37.78%
B = 41.85%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376671 (or 0x376671) is known color: Blumine. HEX triplet: 37, 66 and 71. RGB value is (55,102,113). Sum of RGB (Red+Green+Blue) = 55+102+113=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #376671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376671 is #C8998E. Grayscale: #595959. Windows color (decimal): -13146511 or 7431735. OLE color: 7431735.

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

Color convert

RGB 55 102 113 -
CMYK 0.51 0.10 0 0.56
HSL 191.38º 0.35% 0.33% -
HSV(B) 191.38º 0.51% 0.44% -
XYZ 9.31 11.51 17.35 -
YUV 89.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 55 102 113 0.51 0.10 0 0.56 191.38 0.35 0.33
Hex 37 66 71 33 A 0 38 BF 23 21
Octal 67 146 161 63 12 0 70 277 43 41
Binary 110111 1100110 1110001 110011 1010 0 111000 10111111 100011 100001

Color Harmonies of #376671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376671

Black with #376671

Text Example


Text Example

White with #376671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376671; }

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

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

background-color css

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

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

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

border-color css

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

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

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