#415963

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

Shades of San Juan #415963

Tints of San Juan #415963

Color information

#415963 (or 0x415963) is unknown color: approx San Juan. HEX triplet: 41, 59 and 63. RGB value is (65,89,99). Sum of RGB (Red+Green+Blue) = 65+89+99=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #415963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415963 is #BEA69C. Grayscale: #525252. Windows color (decimal): -12494493 or 6510913. OLE color: 6510913.

HSL color Cylindrical-coordinate representation of color #415963: hue angle of 197.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415963 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB658999-
CMYK0.340.1000.61
HSL197.65º20.73%32.16%-
HSV(B)197.65º34.34%38.82%-
XYZ89.1713.15-
YUV82.96137.05115.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=25.69%
G=35.18%
B=39.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6589990.340.1000.61197.6520.7332.16
Hex41596322A03Dc61520
Octal10113114342120753062540
Binary100000110110011100011100010101001111011100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415963; }

 p { color: rgb(65,89,99); }

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

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

 a { background-color: rgb(65,89,99); }

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

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

 span { border-color: rgb(65,89,99); }

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