#3D738B

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

Shades of Calypso #3D738B

Tints of Calypso #3D738B

Color information

#3D738B (or 0x3D738B) is unknown color: approx Calypso. HEX triplet: 3D, 73 and 8B. RGB value is (61,115,139). Sum of RGB (Red+Green+Blue) = 61+115+139=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D738B is #C28C74. Grayscale: #656565. Windows color (decimal): -12749941 or 9139005. OLE color: 9139005.

HSL color Cylindrical-coordinate representation of color #3D738B: hue angle of 198.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D738B is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61115139-
CMYK0.560.1700.45
HSL198.46º39%39.22%-
HSV(B)198.46º56.12%54.51%-
XYZ12.7215.1226.67-
YUV101.59149.1199.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=19.37%
G=36.51%
B=44.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611151390.560.1700.45198.463939.22
Hex3D738B381102Dc62727
Octal7516321370210553064747
Binary11110111100111000101111100010001010110111000110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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