#3F6882

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

Shades of Calypso #3F6882

Tints of Calypso #3F6882

Color information

#3F6882 (or 0x3F6882) is unknown color: approx Calypso. HEX triplet: 3F, 68 and 82. RGB value is (63,104,130). Sum of RGB (Red+Green+Blue) = 63+104+130=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6882 is #C0977D. Grayscale: #5E5E5E. Windows color (decimal): -12621694 or 8546367. OLE color: 8546367.

HSL color Cylindrical-coordinate representation of color #3F6882: hue angle of 203.28º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6882 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB63104130-
CMYK0.520.200.49
HSL203.28º34.72%37.84%-
HSV(B)203.28º51.54%50.98%-
XYZ11.0312.5722.96-
YUV94.7147.92105.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=21.21%
G=35.02%
B=43.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631041300.520.200.49203.2834.7237.84
Hex3F68823414031cb2326
Octal7715020264240613134346
Binary11111111010001000001011010010100011000111001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,130); }

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

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

 a { background-color: rgb(63,104,130); }

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

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

 span { border-color: rgb(63,104,130); }

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