#3f5985

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

Shades of St Tropaz #3F5985

Tints of St Tropaz #3F5985

Color information

#3F5985 (or 0x3F5985) is unknown color: approx St Tropaz. HEX triplet: 3F, 59 and 85. RGB value is (63,89,133). Sum of RGB (Red+Green+Blue) = 63+89+133=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F5985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5985 is #C0A67A. Grayscale: #565656. Windows color (decimal): -12625531 or 8739135. OLE color: 8739135.

HSL color Cylindrical-coordinate representation of color #3F5985: hue angle of 217.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F5985 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6389133-
CMYK0.530.3300.48
HSL217.71º35.71%38.43%-
HSV(B)217.71º52.63%52.16%-
XYZ9.869.8923.58-
YUV86.24154.39111.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=22.11%
G=31.23%
B=46.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63891330.530.3300.48217.7135.7138.43
Hex3F59853521030da2426
Octal7713120565410603324446
Binary111111101100110000101110101100001011000011011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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