#3D758D

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

Shades of Calypso #3D758D

Tints of Calypso #3D758D

Color information

#3D758D (or 0x3D758D) is unknown color: approx Calypso. HEX triplet: 3D, 75 and 8D. RGB value is (61,117,141). Sum of RGB (Red+Green+Blue) = 61+117+141=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D758D is #C28A72. Grayscale: #666666. Windows color (decimal): -12749427 or 9270589. OLE color: 9270589.

HSL color Cylindrical-coordinate representation of color #3D758D: hue angle of 198º 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 #3D758D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61117141-
CMYK0.570.1700.45
HSL198º39.6%39.61%-
HSV(B)198º56.74%55.29%-
XYZ13.0915.6427.53-
YUV102.99149.4598.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=19.12%
G=36.68%
B=44.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611171410.570.1700.4519839.639.61
Hex3D758D391102Dc62828
Octal7516521571210553065050
Binary11110111101011000110111100110001010110111000110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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