#3d7296

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

Shades of Calypso #3D7296

Tints of Calypso #3D7296

Color information

#3D7296 (or 0x3D7296) is unknown color: approx Calypso. HEX triplet: 3D, 72 and 96. RGB value is (61,114,150). Sum of RGB (Red+Green+Blue) = 61+114+150=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7296 is #C28D69. Grayscale: #666666. Windows color (decimal): -12750186 or 9859645. OLE color: 9859645.

HSL color Cylindrical-coordinate representation of color #3D7296: hue angle of 204.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D7296 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB61114150-
CMYK0.590.2400.41
HSL204.27º42.18%41.37%-
HSV(B)204.27º59.33%58.82%-
XYZ13.4515.2331.08-
YUV102.26154.9498.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=18.77%
G=35.08%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611141500.590.2400.41204.2742.1841.37
Hex3D72963B18029cc2a29
Octal7516222673300513145251
Binary11110111100101001011011101111000010100111001100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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