#375B71

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

Shades of Blumine #375B71

Tints of Blumine #375B71

Color information

#375B71 (or 0x375B71) is unknown color: approx Blumine. HEX triplet: 37, 5B and 71. RGB value is (55,91,113). Sum of RGB (Red+Green+Blue) = 55+91+113=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #375B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B71 is #C8A48E. Grayscale: #525252. Windows color (decimal): -13149327 or 7428919. OLE color: 7428919.

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

Color convert

RGB5591113-
CMYK0.510.1900.56
HSL202.76º34.52%32.94%-
HSV(B)202.76º51.33%44.31%-
XYZ8.39.4917.02-
YUV82.74145.07108.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=21.24%
G=35.14%
B=43.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55911130.510.1900.56202.7634.5232.94
Hex375B713313038cb2321
Octal6713316163230703134341
Binary1101111011011111000111001110011011100011001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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