#3C7582

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

Shades of Calypso #3C7582

Tints of Calypso #3C7582

Color information

#3C7582 (or 0x3C7582) is unknown color: approx Calypso. HEX triplet: 3C, 75 and 82. RGB value is (60,117,130). Sum of RGB (Red+Green+Blue) = 60+117+130=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7582 is #C38A7D. Grayscale: #656565. Windows color (decimal): -12814974 or 8549692. OLE color: 8549692.

HSL color Cylindrical-coordinate representation of color #3C7582: hue angle of 191.14º 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 #3C7582 is Cyan = 0.54, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB60117130-
CMYK0.540.100.49
HSL191.14º36.84%37.25%-
HSV(B)191.14º53.85%50.98%-
XYZ12.2515.2923.43-
YUV101.44144.1298.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=19.54%
G=38.11%
B=42.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601171300.540.100.49191.1436.8437.25
Hex3C758236A031bf2525
Octal7416520266120612774545
Binary1111001110101100000101101101010011000110111111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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