#40586B

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

Shades of San Juan #40586B

Tints of San Juan #40586B

Color information

#40586B (or 0x40586B) is unknown color: approx San Juan. HEX triplet: 40, 58 and 6B. RGB value is (64,88,107). Sum of RGB (Red+Green+Blue) = 64+88+107=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #40586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586B is #BFA794. Grayscale: #525252. Windows color (decimal): -12560277 or 7034944. OLE color: 7034944.

HSL color Cylindrical-coordinate representation of color #40586B: hue angle of 206.51º 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 #40586B is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6488107-
CMYK0.400.1800.58
HSL206.51º25.15%33.53%-
HSV(B)206.51º40.19%41.96%-
XYZ8.269.1315.24-
YUV82.99141.55114.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=24.71%
G=33.98%
B=41.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64881070.400.1800.58206.5125.1533.53
Hex40586B281203Acf1922
Octal10013015350220723173142
Binary1000000101100011010111010001001001110101100111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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