#3D728E

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

Shades of Calypso #3D728E

Tints of Calypso #3D728E

Color information

#3D728E (or 0x3D728E) is unknown color: approx Calypso. HEX triplet: 3D, 72 and 8E. RGB value is (61,114,142). Sum of RGB (Red+Green+Blue) = 61+114+142=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D728E is #C28D71. Grayscale: #656565. Windows color (decimal): -12750194 or 9335357. OLE color: 9335357.

HSL color Cylindrical-coordinate representation of color #3D728E: hue angle of 200.74º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D728E is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61114142-
CMYK0.570.2000.44
HSL200.74º39.9%39.8%-
HSV(B)200.74º57.04%55.69%-
XYZ12.8214.9827.81-
YUV101.34150.9499.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=19.24%
G=35.96%
B=44.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611141420.570.2000.44200.7439.939.8
Hex3D728E391402Cc92828
Octal7516221671240543115050
Binary11110111100101000111011100110100010110011001001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,142); }

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

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

 a { background-color: rgb(61,114,142); }

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

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

 span { border-color: rgb(61,114,142); }

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