#415663

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

Shades of San Juan #415663

Tints of San Juan #415663

Color information

#415663 (or 0x415663) is unknown color: approx San Juan. HEX triplet: 41, 56 and 63. RGB value is (65,86,99). Sum of RGB (Red+Green+Blue) = 65+86+99=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #415663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415663 is #BEA99C. Grayscale: #515151. Windows color (decimal): -12495261 or 6510145. OLE color: 6510145.

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

Color convert

RGB658699-
CMYK0.340.1300.61
HSL202.94º20.73%32.16%-
HSV(B)202.94º34.34%38.82%-
XYZ7.768.6813.07-
YUV81.2138.04116.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=26%
G=34.4%
B=39.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6586990.340.1300.61202.9420.7332.16
Hex41566322D03Dcb1520
Octal10112614342150753132540
Binary100000110101101100011100010110101111011100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415663; }

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

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

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

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

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

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

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

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