#3C768D

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

Shades of Calypso #3C768D

Tints of Calypso #3C768D

Color information

#3C768D (or 0x3C768D) is unknown color: approx Calypso. HEX triplet: 3C, 76 and 8D. RGB value is (60,118,141). Sum of RGB (Red+Green+Blue) = 60+118+141=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C768D is #C38972. Grayscale: #676767. Windows color (decimal): -12814707 or 9270844. OLE color: 9270844.

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

Color convert

RGB60118141-
CMYK0.570.1600.45
HSL197.04º40.3%39.41%-
HSV(B)197.04º57.45%55.29%-
XYZ13.1515.8427.56-
YUV103.28149.2897.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=18.81%
G=36.99%
B=44.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601181410.570.1600.45197.0440.339.41
Hex3C768D391002Dc52827
Octal7416621571200553055047
Binary11110011101101000110111100110000010110111000101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,141); }

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

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

 a { background-color: rgb(60,118,141); }

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

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

 span { border-color: rgb(60,118,141); }

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