#42596D

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

Shades of San Juan #42596D

Tints of San Juan #42596D

Color information

#42596D (or 0x42596D) is unknown color: approx San Juan. HEX triplet: 42, 59 and 6D. RGB value is (66,89,109). Sum of RGB (Red+Green+Blue) = 66+89+109=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #42596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596D is #BDA692. Grayscale: #545454. Windows color (decimal): -12428947 or 7166274. OLE color: 7166274.

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

Color convert

RGB6689109-
CMYK0.390.1800.57
HSL207.91º24.57%34.31%-
HSV(B)207.91º39.45%42.75%-
XYZ8.589.4115.83-
YUV84.4141.88114.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=25%
G=33.71%
B=41.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66891090.390.1800.57207.9124.5734.31
Hex42596D2712039d01922
Octal10213115547220713203142
Binary1000010101100111011011001111001001110011101000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,89,109); }

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

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

 a { background-color: rgb(66,89,109); }

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

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

 span { border-color: rgb(66,89,109); }

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