#3D7585

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

Shades of Calypso #3D7585

Tints of Calypso #3D7585

Color information

#3D7585 (or 0x3D7585) is unknown color: approx Calypso. HEX triplet: 3D, 75 and 85. RGB value is (61,117,133). Sum of RGB (Red+Green+Blue) = 61+117+133=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D7585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7585 is #C28A7A. Grayscale: #656565. Windows color (decimal): -12749435 or 8746301. OLE color: 8746301.

HSL color Cylindrical-coordinate representation of color #3D7585: hue angle of 193.33º 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 #3D7585 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB61117133-
CMYK0.540.1200.48
HSL193.33º37.11%38.04%-
HSV(B)193.33º54.14%52.16%-
XYZ12.5215.4124.5-
YUV102.08145.4598.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=19.61%
G=37.62%
B=42.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611171330.540.1200.48193.3337.1138.04
Hex3D758536C030c12526
Octal7516520566140603014546
Binary1111011110101100001011101101100011000011000001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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