#3F5968

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

Shades of San Juan #3F5968

Tints of San Juan #3F5968

Color information

#3F5968 (or 0x3F5968) is unknown color: approx San Juan. HEX triplet: 3F, 59 and 68. RGB value is (63,89,104). Sum of RGB (Red+Green+Blue) = 63+89+104=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5968 is #C0A697. Grayscale: #525252. Windows color (decimal): -12625560 or 6838591. OLE color: 6838591.

HSL color Cylindrical-coordinate representation of color #3F5968: hue angle of 201.95º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5968 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6389104-
CMYK0.390.1400.59
HSL201.95º24.55%32.75%-
HSV(B)201.95º39.42%40.78%-
XYZ8.129.214.44-
YUV82.94139.89113.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=24.61%
G=34.77%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63891040.390.1400.59201.9524.5532.75
Hex3F596827E03Bca1921
Octal7713115047160733123141
Binary11111110110011101000100111111001110111100101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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