#375887

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

Shades of St Tropaz #375887

Tints of St Tropaz #375887

Color information

#375887 (or 0x375887) is unknown color: approx St Tropaz. HEX triplet: 37, 58 and 87. RGB value is (55,88,135). Sum of RGB (Red+Green+Blue) = 55+88+135=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #375887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375887 is #C8A778. Grayscale: #535353. Windows color (decimal): -13150073 or 8869943. OLE color: 8869943.

HSL color Cylindrical-coordinate representation of color #375887: hue angle of 215.25º 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 #375887 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5588135-
CMYK0.590.3500.47
HSL215.25º42.11%37.25%-
HSV(B)215.25º59.26%52.94%-
XYZ9.449.5424.27-
YUV83.49157.07107.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=19.78%
G=31.65%
B=48.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55881350.590.3500.47215.2542.1137.25
Hex3758873B2302Fd72a25
Octal6713020773430573275245
Binary110111101100010000111111011100011010111111010111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375887; }

 p { color: rgb(55,88,135); }

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

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

 a { background-color: rgb(55,88,135); }

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

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

 span { border-color: rgb(55,88,135); }

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