#3C6B84

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

Shades of Calypso #3C6B84

Tints of Calypso #3C6B84

Color information

#3C6B84 (or 0x3C6B84) is unknown color: approx Calypso. HEX triplet: 3C, 6B and 84. RGB value is (60,107,132). Sum of RGB (Red+Green+Blue) = 60+107+132=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6B84 is #C3947B. Grayscale: #5F5F5F. Windows color (decimal): -12817532 or 8678204. OLE color: 8678204.

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

Color convert

RGB60107132-
CMYK0.550.1900.48
HSL200.83º37.5%37.65%-
HSV(B)200.83º54.55%51.76%-
XYZ11.2913.1423.77-
YUV95.8148.43102.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=20.07%
G=35.79%
B=44.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601071320.550.1900.48200.8337.537.65
Hex3C6B843713030c92626
Octal7415320467230603114646
Binary11110011010111000010011011110011011000011001001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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