#3D5980

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

Shades of St Tropaz #3D5980

Tints of St Tropaz #3D5980

Color information

#3D5980 (or 0x3D5980) is unknown color: approx St Tropaz. HEX triplet: 3D, 59 and 80. RGB value is (61,89,128). Sum of RGB (Red+Green+Blue) = 61+89+128=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D5980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5980 is #C2A67F. Grayscale: #545454. Windows color (decimal): -12756608 or 8411453. OLE color: 8411453.

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

Color convert

RGB6189128-
CMYK0.520.3000.50
HSL214.93º35.45%37.06%-
HSV(B)214.93º52.34%50.2%-
XYZ9.399.721.8-
YUV85.07152.22110.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=21.94%
G=32.01%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61891280.520.3000.50214.9335.4537.06
Hex3D5980341E032d72325
Octal7513120064360623274345
Binary11110110110011000000011010011110011001011010111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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