#3F5566

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

Shades of San Juan #3F5566

Tints of San Juan #3F5566

Color information

#3F5566 (or 0x3F5566) is unknown color: approx San Juan. HEX triplet: 3F, 55 and 66. RGB value is (63,85,102). Sum of RGB (Red+Green+Blue) = 63+85+102=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5566 is #C0AA99. Grayscale: #505050. Windows color (decimal): -12626586 or 6706495. OLE color: 6706495.

HSL color Cylindrical-coordinate representation of color #3F5566: hue angle of 206.15º 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 #3F5566 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6385102-
CMYK0.380.1700.6
HSL206.15º23.64%32.35%-
HSV(B)206.15º38.24%40%-
XYZ7.78.5113.81-
YUV80.36140.21115.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=25.2%
G=34%
B=40.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63851020.380.1700.6206.1523.6432.35
Hex3F5566261103Cce1820
Octal7712514646210743163040
Binary111111101010111001101001101000101111001100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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