#415B63

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

Shades of San Juan #415B63

Tints of San Juan #415B63

Color information

#415B63 (or 0x415B63) is unknown color: approx San Juan. HEX triplet: 41, 5B and 63. RGB value is (65,91,99). Sum of RGB (Red+Green+Blue) = 65+91+99=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #415B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B63 is #BEA49C. Grayscale: #545454. Windows color (decimal): -12493981 or 6511425. OLE color: 6511425.

HSL color Cylindrical-coordinate representation of color #415B63: hue angle of 194.12º 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 #415B63 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB659199-
CMYK0.340.0800.61
HSL194.12º20.73%32.16%-
HSV(B)194.12º34.34%38.82%-
XYZ8.179.5113.21-
YUV84.14136.39114.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=25.49%
G=35.69%
B=38.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6591990.340.0800.61194.1220.7332.16
Hex415B6322803Dc21520
Octal10113314342100753022540
Binary100000110110111100011100010100001111011100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B63; }

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

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

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

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

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

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

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

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