#3F5B69

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

Shades of San Juan #3F5B69

Tints of San Juan #3F5B69

Color information

#3F5B69 (or 0x3F5B69) is unknown color: approx San Juan. HEX triplet: 3F, 5B and 69. RGB value is (63,91,105). Sum of RGB (Red+Green+Blue) = 63+91+105=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B69 is #C0A496. Grayscale: #545454. Windows color (decimal): -12625047 or 6904639. OLE color: 6904639.

HSL color Cylindrical-coordinate representation of color #3F5B69: hue angle of 200º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5B69 is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6391105-
CMYK0.40.1300.59
HSL200º25%32.94%-
HSV(B)200º40%41.18%-
XYZ8.349.5614.77-
YUV84.22139.72112.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.32%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=24.32%
G=35.14%
B=40.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63911050.40.1300.592002532.94
Hex3F5B6928D03Bc81921
Octal7713315150150733103141
Binary11111110110111101001101000110101110111100100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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