#3D7193

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

Shades of Calypso #3D7193

Tints of Calypso #3D7193

Color information

#3D7193 (or 0x3D7193) is unknown color: approx Calypso. HEX triplet: 3D, 71 and 93. RGB value is (61,113,147). Sum of RGB (Red+Green+Blue) = 61+113+147=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D7193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7193 is #C28E6C. Grayscale: #656565. Windows color (decimal): -12750445 or 9662781. OLE color: 9662781.

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

Color convert

RGB61113147-
CMYK0.590.2300.42
HSL203.72º41.35%40.78%-
HSV(B)203.72º58.5%57.65%-
XYZ13.114.9129.79-
YUV101.33153.7799.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=19.00%
G=35.20%
B=45.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611131470.590.2300.42203.7241.3540.78
Hex3D71933B1702Acc2929
Octal7516122373270523145151
Binary11110111100011001001111101110111010101011001100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,147); }

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

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

 a { background-color: rgb(61,113,147); }

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

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

 span { border-color: rgb(61,113,147); }

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