#3C768B

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

Shades of Calypso #3C768B

Tints of Calypso #3C768B

Color information

#3C768B (or 0x3C768B) is unknown color: approx Calypso. HEX triplet: 3C, 76 and 8B. RGB value is (60,118,139). Sum of RGB (Red+Green+Blue) = 60+118+139=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C768B is #C38974. Grayscale: #666666. Windows color (decimal): -12814709 or 9139772. OLE color: 9139772.

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

Color convert

RGB60118139-
CMYK0.570.1500.45
HSL195.95º39.7%39.02%-
HSV(B)195.95º56.83%54.51%-
XYZ1315.7826.79-
YUV103.05148.2897.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=18.93%
G=37.22%
B=43.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601181390.570.1500.45195.9539.739.02
Hex3C768B39F02Dc42827
Octal7416621371170553045047
Binary1111001110110100010111110011111010110111000100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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