#40586A

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

Shades of San Juan #40586A

Tints of San Juan #40586A

Color information

#40586A (or 0x40586A) is unknown color: approx San Juan. HEX triplet: 40, 58 and 6A. RGB value is (64,88,106). Sum of RGB (Red+Green+Blue) = 64+88+106=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #40586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586A is #BFA795. Grayscale: #525252. Windows color (decimal): -12560278 or 6969408. OLE color: 6969408.

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

Color convert

RGB6488106-
CMYK0.400.1700.58
HSL205.71º24.71%33.33%-
HSV(B)205.71º39.62%41.57%-
XYZ8.219.1114.96-
YUV82.88141.05114.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=24.81%
G=34.11%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64881060.400.1700.58205.7124.7133.33
Hex40586A281103Ace1921
Octal10013015250210723163141
Binary1000000101100011010101010001000101110101100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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