#375F71

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

Shades of Blumine #375F71

Tints of Blumine #375F71

Color information

#375F71 (or 0x375F71) is unknown color: approx Blumine. HEX triplet: 37, 5F and 71. RGB value is (55,95,113). Sum of RGB (Red+Green+Blue) = 55+95+113=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #375F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F71 is #C8A08E. Grayscale: #545454. Windows color (decimal): -13148303 or 7429943. OLE color: 7429943.

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

Color convert

RGB5595113-
CMYK0.510.1600.56
HSL198.62º34.52%32.94%-
HSV(B)198.62º51.33%44.31%-
XYZ8.6510.1917.13-
YUV85.09143.75106.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=20.91%
G=36.12%
B=42.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55951130.510.1600.56198.6234.5232.94
Hex375F713310038c72321
Octal6713716163200703074341
Binary1101111011111111000111001110000011100011000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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