#40586D

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

Shades of San Juan #40586D

Tints of San Juan #40586D

Color information

#40586D (or 0x40586D) is unknown color: approx San Juan. HEX triplet: 40, 58 and 6D. RGB value is (64,88,109). Sum of RGB (Red+Green+Blue) = 64+88+109=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #40586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586D is #BFA792. Grayscale: #535353. Windows color (decimal): -12560275 or 7166016. OLE color: 7166016.

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

Color convert

RGB6488109-
CMYK0.410.1900.57
HSL208º26.01%33.92%-
HSV(B)208º41.28%42.75%-
XYZ8.369.1715.8-
YUV83.22142.55114.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=24.52%
G=33.72%
B=41.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64881090.410.1900.5720826.0133.92
Hex40586D2913039d01a22
Octal10013015551230713203242
Binary1000000101100011011011010011001101110011101000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40586D; }

 p { color: rgb(64,88,109); }

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

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

 a { background-color: rgb(64,88,109); }

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

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

 span { border-color: rgb(64,88,109); }

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