#375A71

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

Shades of Blumine #375A71

Tints of Blumine #375A71

Color information

#375A71 (or 0x375A71) is unknown color: approx Blumine. HEX triplet: 37, 5A and 71. RGB value is (55,90,113). Sum of RGB (Red+Green+Blue) = 55+90+113=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #375A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A71 is #C8A58E. Grayscale: #525252. Windows color (decimal): -13149583 or 7428663. OLE color: 7428663.

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

Color convert

RGB5590113-
CMYK0.510.2000.56
HSL203.79º34.52%32.94%-
HSV(B)203.79º51.33%44.31%-
XYZ8.219.3216.99-
YUV82.16145.4108.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=21.32%
G=34.88%
B=43.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55901130.510.2000.56203.7934.5232.94
Hex375A713314038cc2321
Octal6713216163240703144341
Binary1101111011010111000111001110100011100011001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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