Html Css Color HEX #376470 Blumine

📋 copy color: '#376470'

red 55 ◦ green 100 ◦ blue 112

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

Shades of Blumine #376470

Tints of Blumine #376470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

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

R = 20.6%
G = 37.45%
B = 41.95%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376470 (or 0x376470) is known color: Blumine. HEX triplet: 37, 64 and 70. RGB value is (55,100,112). Sum of RGB (Red+Green+Blue) = 55+100+112=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #376470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376470 is #C89B8F. Grayscale: #575757. Windows color (decimal): -13147024 or 7365687. OLE color: 7365687.

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

Color convert

RGB 55 100 112 -
CMYK 0.51 0.11 0 0.56
HSL 192.63º 0.34% 0.33% -
HSV(B) 192.63º 0.51% 0.44% -
XYZ 9.06 11.1 16.99 -
YUV 87.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 55 100 112 0.51 0.11 0 0.56 192.63 0.34 0.33
Hex 37 64 70 33 B 0 38 C1 22 21
Octal 67 144 160 63 13 0 70 301 42 41
Binary 110111 1100100 1110000 110011 1011 0 111000 11000001 100010 100001

Color Harmonies of #376470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376470

Black with #376470

Text Example


Text Example

White with #376470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376470; }

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

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

background-color css

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

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

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

border-color css

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

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

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