#40596E

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

Shades of San Juan #40596E

Tints of San Juan #40596E

Color information

#40596E (or 0x40596E) is unknown color: approx San Juan. HEX triplet: 40, 59 and 6E. RGB value is (64,89,110). Sum of RGB (Red+Green+Blue) = 64+89+110=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #40596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40596E is #BFA691. Grayscale: #535353. Windows color (decimal): -12560018 or 7231808. OLE color: 7231808.

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

Color convert

RGB6489110-
CMYK0.420.1900.57
HSL207.39º26.44%34.12%-
HSV(B)207.39º41.82%43.14%-
XYZ8.59.3616.11-
YUV83.92142.72113.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=24.33%
G=33.84%
B=41.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64891100.420.1900.57207.3926.4434.12
Hex40596E2A13039cf1a22
Octal10013115652230713173242
Binary1000000101100111011101010101001101110011100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40596E; }

 p { color: rgb(64,89,110); }

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

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

 a { background-color: rgb(64,89,110); }

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

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

 span { border-color: rgb(64,89,110); }

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