#3D7289

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

Shades of Calypso #3D7289

Tints of Calypso #3D7289

Color information

#3D7289 (or 0x3D7289) is unknown color: approx Calypso. HEX triplet: 3D, 72 and 89. RGB value is (61,114,137). Sum of RGB (Red+Green+Blue) = 61+114+137=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D7289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7289 is #C28D76. Grayscale: #646464. Windows color (decimal): -12750199 or 9007677. OLE color: 9007677.

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

Color convert

RGB61114137-
CMYK0.550.1700.46
HSL198.16º38.38%38.82%-
HSV(B)198.16º55.47%53.73%-
XYZ12.4614.8325.87-
YUV100.78148.4499.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=19.55%
G=36.54%
B=43.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611141370.550.1700.46198.1638.3838.82
Hex3D7289371102Ec62627
Octal7516221167210563064647
Binary11110111100101000100111011110001010111011000110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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