#3C738B

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

Shades of Calypso #3C738B

Tints of Calypso #3C738B

Color information

#3C738B (or 0x3C738B) is unknown color: approx Calypso. HEX triplet: 3C, 73 and 8B. RGB value is (60,115,139). Sum of RGB (Red+Green+Blue) = 60+115+139=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C738B is #C38C74. Grayscale: #656565. Windows color (decimal): -12815477 or 9139004. OLE color: 9139004.

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

Color convert

RGB60115139-
CMYK0.570.1700.45
HSL198.23º39.7%39.02%-
HSV(B)198.23º56.83%54.51%-
XYZ12.6515.0926.67-
YUV101.29149.2898.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=19.11%
G=36.62%
B=44.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601151390.570.1700.45198.2339.739.02
Hex3C738B391102Dc62827
Octal7416321371210553065047
Binary11110011100111000101111100110001010110111000110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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