Html Css Color HEX #376570 Blumine

📋 copy color: '#376570'

red 55 ◦ green 101 ◦ blue 112

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

Shades of Blumine #376570

Tints of Blumine #376570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 20.52%
G = 37.69%
B = 41.79%

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

#376570 (or 0x376570) is known color: Blumine. HEX triplet: 37, 65 and 70. RGB value is (55,101,112). Sum of RGB (Red+Green+Blue) = 55+101+112=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #376570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376570 is #C89A8F. Grayscale: #585858. Windows color (decimal): -13146768 or 7365943. OLE color: 7365943.

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

Color convert

RGB 55 101 112 -
CMYK 0.51 0.10 0 0.56
HSL 191.58º 0.34% 0.33% -
HSV(B) 191.58º 0.51% 0.44% -
XYZ 9.15 11.29 17.03 -
YUV 88.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 55 101 112 0.51 0.10 0 0.56 191.58 0.34 0.33
Hex 37 65 70 33 A 0 38 C0 22 21
Octal 67 145 160 63 12 0 70 300 42 41
Binary 110111 1100101 1110000 110011 1010 0 111000 11000000 100010 100001

Color Harmonies of #376570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376570

Black with #376570

Text Example


Text Example

White with #376570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376570; }

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

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

background-color css

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

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

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

border-color css

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

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

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