#3f5461

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

Shades of San Juan #3F5461

Tints of San Juan #3F5461

Color information

#3F5461 (or 0x3F5461) is unknown color: approx San Juan. HEX triplet: 3F, 54 and 61. RGB value is (63,84,97). Sum of RGB (Red+Green+Blue) = 63+84+97=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5461 is #C0AB9E. Grayscale: #4F4F4F. Windows color (decimal): -12626847 or 6378559. OLE color: 6378559.

HSL color Cylindrical-coordinate representation of color #3F5461: hue angle of 202.94º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F5461 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB638497-
CMYK0.350.1300.62
HSL202.94º21.25%31.37%-
HSV(B)202.94º35.05%38.04%-
XYZ7.388.2612.51-
YUV79.2138.04116.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=25.82%
G=34.43%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6384970.350.1300.62202.9421.2531.37
Hex3F546123D03Ecb151f
Octal7712414143150763132537
Binary1111111010100110000110001111010111110110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,97); }

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

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

 a { background-color: rgb(63,84,97); }

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

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

 span { border-color: rgb(63,84,97); }

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