#3F5B66

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

Shades of San Juan #3F5B66

Tints of San Juan #3F5B66

Color information

#3F5B66 (or 0x3F5B66) is unknown color: approx San Juan. HEX triplet: 3F, 5B and 66. RGB value is (63,91,102). Sum of RGB (Red+Green+Blue) = 63+91+102=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B66 is #C0A499. Grayscale: #535353. Windows color (decimal): -12625050 or 6708031. OLE color: 6708031.

HSL color Cylindrical-coordinate representation of color #3F5B66: hue angle of 196.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F5B66 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6391102-
CMYK0.380.1100.6
HSL196.92º23.64%32.35%-
HSV(B)196.92º38.24%40%-
XYZ8.199.513.97-
YUV83.88138.22113.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=24.61%
G=35.55%
B=39.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63911020.380.1100.6196.9223.6432.35
Hex3F5B6626B03Cc51820
Octal7713314646130743053040
Binary11111110110111100110100110101101111001100010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,102); }

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

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

 a { background-color: rgb(63,91,102); }

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

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

 span { border-color: rgb(63,91,102); }

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