#3D7485

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

Shades of Calypso #3D7485

Tints of Calypso #3D7485

Color information

#3D7485 (or 0x3D7485) is unknown color: approx Calypso. HEX triplet: 3D, 74 and 85. RGB value is (61,116,133). Sum of RGB (Red+Green+Blue) = 61+116+133=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D7485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7485 is #C28B7A. Grayscale: #656565. Windows color (decimal): -12749691 or 8746045. OLE color: 8746045.

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

Color convert

RGB61116133-
CMYK0.540.1300.48
HSL194.17º37.11%38.04%-
HSV(B)194.17º54.14%52.16%-
XYZ12.415.1824.47-
YUV101.49145.7899.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=19.68%
G=37.42%
B=42.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611161330.540.1300.48194.1737.1138.04
Hex3D748536D030c22526
Octal7516420566150603024546
Binary1111011110100100001011101101101011000011000010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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