#3D7886

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

Shades of Calypso #3D7886

Tints of Calypso #3D7886

Color information

#3D7886 (or 0x3D7886) is unknown color: approx Calypso. HEX triplet: 3D, 78 and 86. RGB value is (61,120,134). Sum of RGB (Red+Green+Blue) = 61+120+134=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D7886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7886 is #C28779. Grayscale: #676767. Windows color (decimal): -12748666 or 8812605. OLE color: 8812605.

HSL color Cylindrical-coordinate representation of color #3D7886: hue angle of 191.51º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D7886 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61120134-
CMYK0.540.1000.47
HSL191.51º37.44%38.24%-
HSV(B)191.51º54.48%52.55%-
XYZ12.9416.1524.99-
YUV103.96144.9597.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=19.37%
G=38.10%
B=42.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611201340.540.1000.47191.5137.4438.24
Hex3D788636A02Fc02526
Octal7517020666120573004546
Binary1111011111000100001101101101010010111111000000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,134); }

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

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

 a { background-color: rgb(61,120,134); }

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

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

 span { border-color: rgb(61,120,134); }

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