Html Css Color HEX #376370 Blumine

📋 copy color: '#376370'

red 55 ◦ green 99 ◦ blue 112

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

Shades of Blumine #376370

Tints of Blumine #376370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 20.68%
G = 37.22%
B = 42.11%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376370 (or 0x376370) is known color: Blumine. HEX triplet: 37, 63 and 70. RGB value is (55,99,112). Sum of RGB (Red+Green+Blue) = 55+99+112=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #376370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376370 is #C89C8F. Grayscale: #575757. Windows color (decimal): -13147280 or 7365431. OLE color: 7365431.

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

Color convert

RGB 55 99 112 -
CMYK 0.51 0.12 0 0.56
HSL 193.68º 0.34% 0.33% -
HSV(B) 193.68º 0.51% 0.44% -
XYZ 8.96 10.91 16.96 -
YUV 87.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 55 99 112 0.51 0.12 0 0.56 193.68 0.34 0.33
Hex 37 63 70 33 C 0 38 C2 22 21
Octal 67 143 160 63 14 0 70 302 42 41
Binary 110111 1100011 1110000 110011 1100 0 111000 11000010 100010 100001

Color Harmonies of #376370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376370

Black with #376370

Text Example


Text Example

White with #376370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376370; }

 p { color: rgb(55,99,112); }

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

background-color css

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

 a { background-color: rgb(55,99,112); }

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

border-color css

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

 span { border-color: rgb(55,99,112); }

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