#3C5980

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

Shades of St Tropaz #3C5980

Tints of St Tropaz #3C5980

Color information

#3C5980 (or 0x3C5980) is unknown color: approx St Tropaz. HEX triplet: 3C, 59 and 80. RGB value is (60,89,128). Sum of RGB (Red+Green+Blue) = 60+89+128=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C5980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5980 is #C3A67F. Grayscale: #545454. Windows color (decimal): -12822144 or 8411452. OLE color: 8411452.

HSL color Cylindrical-coordinate representation of color #3C5980: hue angle of 214.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C5980 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6089128-
CMYK0.530.3000.50
HSL214.41º36.17%36.86%-
HSV(B)214.41º53.12%50.2%-
XYZ9.339.6621.8-
YUV84.78152.39110.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=21.66%
G=32.13%
B=46.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60891280.530.3000.50214.4136.1736.86
Hex3C5980351E032d62425
Octal7413120065360623264445
Binary11110010110011000000011010111110011001011010110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5980; }

 p { color: rgb(60,89,128); }

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

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

 a { background-color: rgb(60,89,128); }

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

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

 span { border-color: rgb(60,89,128); }

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