#375B86

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

Shades of St Tropaz #375B86

Tints of St Tropaz #375B86

Color information

#375B86 (or 0x375B86) is unknown color: approx St Tropaz. HEX triplet: 37, 5B and 86. RGB value is (55,91,134). Sum of RGB (Red+Green+Blue) = 55+91+134=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #375B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B86 is #C8A479. Grayscale: #545454. Windows color (decimal): -13149306 or 8805175. OLE color: 8805175.

HSL color Cylindrical-coordinate representation of color #375B86: hue angle of 212.66º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375B86 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5591134-
CMYK0.590.3200.47
HSL212.66º41.8%37.06%-
HSV(B)212.66º58.96%52.55%-
XYZ9.6210.0223.98-
YUV85.14155.57106.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=19.64%
G=32.5%
B=47.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55911340.590.3200.47212.6641.837.06
Hex375B863B2002Fd52a25
Octal6713320673400573255245
Binary110111101101110000110111011100000010111111010101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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