#415760

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

Shades of San Juan #415760

Tints of San Juan #415760

Color information

#415760 (or 0x415760) is unknown color: approx San Juan. HEX triplet: 41, 57 and 60. RGB value is (65,87,96). Sum of RGB (Red+Green+Blue) = 65+87+96=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #415760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415760 is #BEA89F. Grayscale: #515151. Windows color (decimal): -12495008 or 6313793. OLE color: 6313793.

HSL color Cylindrical-coordinate representation of color #415760: hue angle of 197.42º 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 #415760 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB658796-
CMYK0.320.0900.62
HSL197.42º19.25%31.57%-
HSV(B)197.42º32.29%37.65%-
XYZ7.78.7812.36-
YUV81.45136.21116.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=26.21%
G=35.08%
B=38.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6587960.320.0900.62197.4219.2531.57
Hex41576020903Ec51320
Octal10112714040110763052340
Binary100000110101111100000100000100101111101100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415760; }

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

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

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

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

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

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

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

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