#3C6F84

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

Shades of Calypso #3C6F84

Tints of Calypso #3C6F84

Color information

#3C6F84 (or 0x3C6F84) is unknown color: approx Calypso. HEX triplet: 3C, 6F and 84. RGB value is (60,111,132). Sum of RGB (Red+Green+Blue) = 60+111+132=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6F84 is #C3907B. Grayscale: #626262. Windows color (decimal): -12816508 or 8679228. OLE color: 8679228.

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

Color convert

RGB60111132-
CMYK0.550.1600.48
HSL197.5º37.5%37.65%-
HSV(B)197.5º54.55%51.76%-
XYZ11.711423.91-
YUV98.14147.1100.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=19.80%
G=36.63%
B=43.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601111320.550.1600.48197.537.537.65
Hex3C6F843710030c62626
Octal7415720467200603064646
Binary11110011011111000010011011110000011000011000110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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