#3D7389

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

Shades of Calypso #3D7389

Tints of Calypso #3D7389

Color information

#3D7389 (or 0x3D7389) is unknown color: approx Calypso. HEX triplet: 3D, 73 and 89. RGB value is (61,115,137). Sum of RGB (Red+Green+Blue) = 61+115+137=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D7389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7389 is #C28C76. Grayscale: #656565. Windows color (decimal): -12749943 or 9007933. OLE color: 9007933.

HSL color Cylindrical-coordinate representation of color #3D7389: hue angle of 197.37º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D7389 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB61115137-
CMYK0.550.1600.46
HSL197.37º38.38%38.82%-
HSV(B)197.37º55.47%53.73%-
XYZ12.5715.0625.91-
YUV101.36148.1199.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=19.49%
G=36.74%
B=43.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611151370.550.1600.46197.3738.3838.82
Hex3D7389371002Ec52627
Octal7516321167200563054647
Binary11110111100111000100111011110000010111011000101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,137); }

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

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

 a { background-color: rgb(61,115,137); }

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

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

 span { border-color: rgb(61,115,137); }

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