#3F7885

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

Shades of Calypso #3F7885

Tints of Calypso #3F7885

Color information

#3F7885 (or 0x3F7885) is unknown color: approx Calypso. HEX triplet: 3F, 78 and 85. RGB value is (63,120,133). Sum of RGB (Red+Green+Blue) = 63+120+133=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F7885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7885 is #C0877A. Grayscale: #686868. Windows color (decimal): -12617595 or 8747071. OLE color: 8747071.

HSL color Cylindrical-coordinate representation of color #3F7885: hue angle of 191.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F7885 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB63120133-
CMYK0.530.1000.48
HSL191.14º35.71%38.43%-
HSV(B)191.14º52.63%52.16%-
XYZ1316.1824.63-
YUV104.44144.1298.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=19.94%
G=37.97%
B=42.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631201330.530.1000.48191.1435.7138.43
Hex3F788535A030bf2426
Octal7717020565120602774446
Binary1111111111000100001011101011010011000010111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,133); }

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

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

 a { background-color: rgb(63,120,133); }

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

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

 span { border-color: rgb(63,120,133); }

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