#3F5965

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

Shades of San Juan #3F5965

Tints of San Juan #3F5965

Color information

#3F5965 (or 0x3F5965) is unknown color: approx San Juan. HEX triplet: 3F, 59 and 65. RGB value is (63,89,101). Sum of RGB (Red+Green+Blue) = 63+89+101=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5965 is #C0A69A. Grayscale: #525252. Windows color (decimal): -12625563 or 6641983. OLE color: 6641983.

HSL color Cylindrical-coordinate representation of color #3F5965: hue angle of 198.95º degrees, saturation: 0.23, 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 #3F5965 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6389101-
CMYK0.380.1200.60
HSL198.95º23.17%32.16%-
HSV(B)198.95º37.62%39.61%-
XYZ7.979.1413.66-
YUV82.59138.39114.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=24.90%
G=35.18%
B=39.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63891010.380.1200.60198.9523.1732.16
Hex3F596526C03Cc71720
Octal7713114546140743072740
Binary11111110110011100101100110110001111001100011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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