#375985

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

Shades of St Tropaz #375985

Tints of St Tropaz #375985

Color information

#375985 (or 0x375985) is unknown color: approx St Tropaz. HEX triplet: 37, 59 and 85. RGB value is (55,89,133). Sum of RGB (Red+Green+Blue) = 55+89+133=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #375985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375985 is #C8A67A. Grayscale: #535353. Windows color (decimal): -13149819 or 8739127. OLE color: 8739127.

HSL color Cylindrical-coordinate representation of color #375985: hue angle of 213.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375985 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5589133-
CMYK0.590.3300.48
HSL213.85º41.49%36.86%-
HSV(B)213.85º58.65%52.16%-
XYZ9.389.6523.56-
YUV83.85155.74107.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=19.86%
G=32.13%
B=48.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55891330.590.3300.48213.8541.4936.86
Hex3759853B21030d62925
Octal6713120573410603265145
Binary110111101100110000101111011100001011000011010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375985; }

 p { color: rgb(55,89,133); }

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

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

 a { background-color: rgb(55,89,133); }

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

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

 span { border-color: rgb(55,89,133); }

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