#3F5967

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

Shades of San Juan #3F5967

Tints of San Juan #3F5967

Color information

#3F5967 (or 0x3F5967) is unknown color: approx San Juan. HEX triplet: 3F, 59 and 67. RGB value is (63,89,103). Sum of RGB (Red+Green+Blue) = 63+89+103=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5967 is #C0A698. Grayscale: #525252. Windows color (decimal): -12625561 or 6773055. OLE color: 6773055.

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

Color convert

RGB6389103-
CMYK0.390.1400.60
HSL201º24.1%32.55%-
HSV(B)201º38.83%40.39%-
XYZ8.079.1814.18-
YUV82.82139.39113.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=24.71%
G=34.90%
B=40.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63891030.390.1400.6020124.132.55
Hex3F596727E03Cc91821
Octal7713114747160743113041
Binary11111110110011100111100111111001111001100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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