#3C7482

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

Shades of Calypso #3C7482

Tints of Calypso #3C7482

Color information

#3C7482 (or 0x3C7482) is unknown color: approx Calypso. HEX triplet: 3C, 74 and 82. RGB value is (60,116,130). Sum of RGB (Red+Green+Blue) = 60+116+130=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C7482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7482 is #C38B7D. Grayscale: #646464. Windows color (decimal): -12815230 or 8549436. OLE color: 8549436.

HSL color Cylindrical-coordinate representation of color #3C7482: hue angle of 192º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7482 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB60116130-
CMYK0.540.1100.49
HSL192º36.84%37.25%-
HSV(B)192º53.85%50.98%-
XYZ12.1415.0623.39-
YUV100.85144.4598.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=19.61%
G=37.91%
B=42.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601161300.540.1100.4919236.8437.25
Hex3C748236B031c02525
Octal7416420266130613004545
Binary1111001110100100000101101101011011000111000000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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