#3E6C86

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

Shades of Calypso #3E6C86

Tints of Calypso #3E6C86

Color information

#3E6C86 (or 0x3E6C86) is unknown color: approx Calypso. HEX triplet: 3E, 6C and 86. RGB value is (62,108,134). Sum of RGB (Red+Green+Blue) = 62+108+134=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E6C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6C86 is #C19379. Grayscale: #616161. Windows color (decimal): -12686202 or 8809534. OLE color: 8809534.

HSL color Cylindrical-coordinate representation of color #3E6C86: hue angle of 201.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E6C86 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB62108134-
CMYK0.540.1900.47
HSL201.67º36.73%38.43%-
HSV(B)201.67º53.73%52.55%-
XYZ11.6513.4724.54-
YUV97.21148.76102.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=20.39%
G=35.53%
B=44.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621081340.540.1900.47201.6736.7338.43
Hex3E6C86361302Fca2526
Octal7615420666230573124546
Binary11111011011001000011011011010011010111111001010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,108,134); }

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

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

 a { background-color: rgb(62,108,134); }

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

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

 span { border-color: rgb(62,108,134); }

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