#3C748B

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

Shades of Calypso #3C748B

Tints of Calypso #3C748B

Color information

#3C748B (or 0x3C748B) is unknown color: approx Calypso. HEX triplet: 3C, 74 and 8B. RGB value is (60,116,139). Sum of RGB (Red+Green+Blue) = 60+116+139=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 116 (45.70% from 255 or 36.83% 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 #3C748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C748B is #C38B74. Grayscale: #656565. Windows color (decimal): -12815221 or 9139260. OLE color: 9139260.

HSL color Cylindrical-coordinate representation of color #3C748B: hue angle of 197.47º 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 #3C748B is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB60116139-
CMYK0.570.1700.45
HSL197.47º39.7%39.02%-
HSV(B)197.47º56.83%54.51%-
XYZ12.7715.3226.71-
YUV101.88148.9598.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=19.05%
G=36.83%
B=44.13%

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
Decimal601161390.570.1700.45197.4739.739.02
Hex3C748B391102Dc52827
Octal7416421371210553055047
Binary11110011101001000101111100110001010110111000101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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