#3C7385

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

Shades of Calypso #3C7385

Tints of Calypso #3C7385

Color information

#3C7385 (or 0x3C7385) is unknown color: approx Calypso. HEX triplet: 3C, 73 and 85. RGB value is (60,115,133). Sum of RGB (Red+Green+Blue) = 60+115+133=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C7385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7385 is #C38C7A. Grayscale: #646464. Windows color (decimal): -12815483 or 8745788. OLE color: 8745788.

HSL color Cylindrical-coordinate representation of color #3C7385: hue angle of 194.79º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7385 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60115133-
CMYK0.550.1400.48
HSL194.79º37.82%37.84%-
HSV(B)194.79º54.89%52.16%-
XYZ12.2314.9224.42-
YUV100.61146.2899.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=19.48%
G=37.34%
B=43.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601151330.550.1400.48194.7937.8237.84
Hex3C738537E030c32626
Octal7416320567160603034646
Binary1111001110011100001011101111110011000011000011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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