#3F515B

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

Shades of San Juan #3F515B

Tints of San Juan #3F515B

Color information

#3F515B (or 0x3F515B) is unknown color: approx San Juan. HEX triplet: 3F, 51 and 5B. RGB value is (63,81,91). Sum of RGB (Red+Green+Blue) = 63+81+91=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F515B is #C0AEA4. Grayscale: #4C4C4C. Windows color (decimal): -12627621 or 5984575. OLE color: 5984575.

HSL color Cylindrical-coordinate representation of color #3F515B: hue angle of 201.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F515B is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB638191-
CMYK0.310.1100.64
HSL201.43º18.18%30.2%-
HSV(B)201.43º30.77%35.69%-
XYZ6.887.711.02-
YUV76.76136.04118.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=26.81%
G=34.47%
B=38.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6381910.310.1100.64201.4318.1830.2
Hex3F515B1FB040c9121e
Octal77121133371301003112236
Binary1111111010001101101111111101101000000110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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