#3D708D

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

Shades of Calypso #3D708D

Tints of Calypso #3D708D

Color information

#3D708D (or 0x3D708D) is unknown color: approx Calypso. HEX triplet: 3D, 70 and 8D. RGB value is (61,112,141). Sum of RGB (Red+Green+Blue) = 61+112+141=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D708D is #C28F72. Grayscale: #636363. Windows color (decimal): -12750707 or 9269309. OLE color: 9269309.

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

Color convert

RGB61112141-
CMYK0.570.2100.45
HSL201.75º39.6%39.61%-
HSV(B)201.75º56.74%55.29%-
XYZ12.5314.527.34-
YUV100.06151.1100.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=19.43%
G=35.67%
B=44.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611121410.570.2100.45201.7539.639.61
Hex3D708D391502Dca2828
Octal7516021571250553125050
Binary11110111100001000110111100110101010110111001010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,141); }

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

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

 a { background-color: rgb(61,112,141); }

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

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

 span { border-color: rgb(61,112,141); }

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