Html Css Color HEX #376670 Blumine

📋 copy color: '#376670'

red 55 ◦ green 102 ◦ blue 112

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

Shades of Blumine #376670

Tints of Blumine #376670

RGB

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

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

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

R = 20.45%
G = 37.92%
B = 41.64%

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

#376670 (or 0x376670) is known color: Blumine. HEX triplet: 37, 66 and 70. RGB value is (55,102,112). Sum of RGB (Red+Green+Blue) = 55+102+112=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #376670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376670 is #C8998F. Grayscale: #595959. Windows color (decimal): -13146512 or 7366199. OLE color: 7366199.

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

Color convert

RGB 55 102 112 -
CMYK 0.51 0.09 0 0.56
HSL 190.53º 0.34% 0.33% -
HSV(B) 190.53º 0.51% 0.44% -
XYZ 9.25 11.48 17.06 -
YUV 89.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 55 102 112 0.51 0.09 0 0.56 190.53 0.34 0.33
Hex 37 66 70 33 9 0 38 BF 22 21
Octal 67 146 160 63 11 0 70 277 42 41
Binary 110111 1100110 1110000 110011 1001 0 111000 10111111 100010 100001

Color Harmonies of #376670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376670

Black with #376670

Text Example


Text Example

White with #376670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376670; }

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

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

background-color css

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

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

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

border-color css

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

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

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