#375D71

Color #375D71 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #375D71

Tints of Blumine #375D71

Color information

#375D71 (or 0x375D71) is unknown color: approx Blumine. HEX triplet: 37, 5D and 71. RGB value is (55,93,113). Sum of RGB (Red+Green+Blue) = 55+93+113=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #375D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D71 is #C8A28E. Grayscale: #535353. Windows color (decimal): -13148815 or 7429431. OLE color: 7429431.

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

Color convert

RGB5593113-
CMYK0.510.1800.56
HSL200.69º34.52%32.94%-
HSV(B)200.69º51.33%44.31%-
XYZ8.479.8317.07-
YUV83.92144.41107.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=21.07%
G=35.63%
B=43.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55931130.510.1800.56200.6934.5232.94
Hex375D713312038c92321
Octal6713516163220703114341
Binary1101111011101111000111001110010011100011001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D71; }

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

 H1.HeaderClassName
 {
   color: #375D71;
 }
 .AnyTagClassName
 {
   color: #375D71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #375D71;
 }
 .BgClassName
 {
   background-color: #375D71;
 }
</style>
border-color css

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

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

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