#415761

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

Shades of San Juan #415761

Tints of San Juan #415761

Color information

#415761 (or 0x415761) is unknown color: approx San Juan. HEX triplet: 41, 57 and 61. RGB value is (65,87,97). Sum of RGB (Red+Green+Blue) = 65+87+97=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #415761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415761 is #BEA89E. Grayscale: #515151. Windows color (decimal): -12495007 or 6379329. OLE color: 6379329.

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

Color convert

RGB658797-
CMYK0.330.1000.62
HSL198.75º19.75%31.76%-
HSV(B)198.75º32.99%38.04%-
XYZ7.758.812.6-
YUV81.56136.71116.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=26.10%
G=34.94%
B=38.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6587970.330.1000.62198.7519.7531.76
Hex41576121A03Ec71420
Octal10112714141120763072440
Binary100000110101111100001100001101001111101100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415761; }

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

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

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

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

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

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

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

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