#3C7084

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

Shades of Calypso #3C7084

Tints of Calypso #3C7084

Color information

#3C7084 (or 0x3C7084) is unknown color: approx Calypso. HEX triplet: 3C, 70 and 84. RGB value is (60,112,132). Sum of RGB (Red+Green+Blue) = 60+112+132=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C7084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7084 is #C38F7B. Grayscale: #626262. Windows color (decimal): -12816252 or 8679484. OLE color: 8679484.

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

Color convert

RGB60112132-
CMYK0.550.1500.48
HSL196.67º37.5%37.65%-
HSV(B)196.67º54.55%51.76%-
XYZ11.8214.2123.95-
YUV98.73146.77100.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=19.74%
G=36.84%
B=43.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601121320.550.1500.48196.6737.537.65
Hex3C708437F030c52626
Octal7416020467170603054646
Binary1111001110000100001001101111111011000011000101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,132); }

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

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

 a { background-color: rgb(60,112,132); }

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

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

 span { border-color: rgb(60,112,132); }

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