#415860

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

Shades of San Juan #415860

Tints of San Juan #415860

Color information

#415860 (or 0x415860) is unknown color: approx San Juan. HEX triplet: 41, 58 and 60. RGB value is (65,88,96). Sum of RGB (Red+Green+Blue) = 65+88+96=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #415860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415860 is #BEA79F. Grayscale: #515151. Windows color (decimal): -12494752 or 6314049. OLE color: 6314049.

HSL color Cylindrical-coordinate representation of color #415860: hue angle of 195.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415860 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB658896-
CMYK0.320.0800.62
HSL195.48º19.25%31.57%-
HSV(B)195.48º32.29%37.65%-
XYZ7.788.9512.38-
YUV82.04135.88115.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=26.10%
G=35.34%
B=38.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6588960.320.0800.62195.4819.2531.57
Hex41586020803Ec31320
Octal10113014040100763032340
Binary100000110110001100000100000100001111101100001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415860; }

 p { color: rgb(65,88,96); }

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

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

 a { background-color: rgb(65,88,96); }

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

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

 span { border-color: rgb(65,88,96); }

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