#41576C

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

Shades of San Juan #41576C

Tints of San Juan #41576C

Color information

#41576C (or 0x41576C) is unknown color: approx San Juan. HEX triplet: 41, 57 and 6C. RGB value is (65,87,108). Sum of RGB (Red+Green+Blue) = 65+87+108=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #41576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41576C is #BEA893. Grayscale: #525252. Windows color (decimal): -12494996 or 7100225. OLE color: 7100225.

HSL color Cylindrical-coordinate representation of color #41576C: hue angle of 209.3º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41576C is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6587108-
CMYK0.400.1900.58
HSL209.3º24.86%33.92%-
HSV(B)209.3º39.81%42.35%-
XYZ8.299.0215.49-
YUV82.82142.21115.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=25%
G=33.46%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65871080.400.1900.58209.324.8633.92
Hex41576C281303Ad11922
Octal10112715450230723213142
Binary1000001101011111011001010001001101110101101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41576C; }

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

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

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

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

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

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

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

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