#40576C

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

Shades of San Juan #40576C

Tints of San Juan #40576C

Color information

#40576C (or 0x40576C) is unknown color: approx San Juan. HEX triplet: 40, 57 and 6C. RGB value is (64,87,108). Sum of RGB (Red+Green+Blue) = 64+87+108=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #40576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40576C is #BFA893. Grayscale: #525252. Windows color (decimal): -12560532 or 7100224. OLE color: 7100224.

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

Color convert

RGB6487108-
CMYK0.410.1900.58
HSL208.64º25.58%33.73%-
HSV(B)208.64º40.74%42.35%-
XYZ8.238.9915.49-
YUV82.52142.38114.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=24.71%
G=33.59%
B=41.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64871080.410.1900.58208.6425.5833.73
Hex40576C291303Ad11a22
Octal10012715451230723213242
Binary1000000101011111011001010011001101110101101000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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