#3D5885

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

Shades of St Tropaz #3D5885

Tints of St Tropaz #3D5885

Color information

#3D5885 (or 0x3D5885) is unknown color: approx St Tropaz. HEX triplet: 3D, 58 and 85. RGB value is (61,88,133). Sum of RGB (Red+Green+Blue) = 61+88+133=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5885 is #C2A77A. Grayscale: #545454. Windows color (decimal): -12756859 or 8738877. OLE color: 8738877.

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

Color convert

RGB6188133-
CMYK0.540.3400.48
HSL217.5º37.11%38.04%-
HSV(B)217.5º54.14%52.16%-
XYZ9.659.6723.55-
YUV85.06155.05110.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=21.63%
G=31.21%
B=47.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61881330.540.3400.48217.537.1138.04
Hex3D58853622030da2526
Octal7513020566420603324546
Binary111101101100010000101110110100010011000011011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,133); }

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

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

 a { background-color: rgb(61,88,133); }

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

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

 span { border-color: rgb(61,88,133); }

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