#375981

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

Shades of St Tropaz #375981

Tints of St Tropaz #375981

Color information

#375981 (or 0x375981) is unknown color: approx St Tropaz. HEX triplet: 37, 59 and 81. RGB value is (55,89,129). Sum of RGB (Red+Green+Blue) = 55+89+129=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #375981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375981 is #C8A67E. Grayscale: #535353. Windows color (decimal): -13149823 or 8476983. OLE color: 8476983.

HSL color Cylindrical-coordinate representation of color #375981: hue angle of 212.43º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375981 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5589129-
CMYK0.570.3100.49
HSL212.43º40.22%36.08%-
HSV(B)212.43º57.36%50.59%-
XYZ9.119.5422.13-
YUV83.39153.74107.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=20.15%
G=32.60%
B=47.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55891290.570.3100.49212.4340.2236.08
Hex375981391F031d42824
Octal6713120171370613245044
Binary11011110110011000000111100111111011000111010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375981; }

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

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

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

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

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

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

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

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