#3F5866

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

Shades of San Juan #3F5866

Tints of San Juan #3F5866

Color information

#3F5866 (or 0x3F5866) is unknown color: approx San Juan. HEX triplet: 3F, 58 and 66. RGB value is (63,88,102). Sum of RGB (Red+Green+Blue) = 63+88+102=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5866 is #C0A799. Grayscale: #525252. Windows color (decimal): -12625818 or 6707263. OLE color: 6707263.

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

Color convert

RGB6388102-
CMYK0.380.1400.6
HSL201.54º23.64%32.35%-
HSV(B)201.54º38.24%40%-
XYZ7.94913.89-
YUV82.12139.22114.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=24.90%
G=34.78%
B=40.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63881020.380.1400.6201.5423.6432.35
Hex3F586626E03Cca1820
Octal7713014646160743123040
Binary11111110110001100110100110111001111001100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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