#42596B

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

Shades of San Juan #42596B

Tints of San Juan #42596B

Color information

#42596B (or 0x42596B) is unknown color: approx San Juan. HEX triplet: 42, 59 and 6B. RGB value is (66,89,107). Sum of RGB (Red+Green+Blue) = 66+89+107=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #42596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42596B is #BDA694. Grayscale: #545454. Windows color (decimal): -12428949 or 7035202. OLE color: 7035202.

HSL color Cylindrical-coordinate representation of color #42596B: hue angle of 206.34º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42596B is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6689107-
CMYK0.380.1700.58
HSL206.34º23.7%33.92%-
HSV(B)206.34º38.32%41.96%-
XYZ8.479.3615.27-
YUV84.17140.88115.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=25.19%
G=33.97%
B=40.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66891070.380.1700.58206.3423.733.92
Hex42596B261103Ace1822
Octal10213115346210723163042
Binary1000010101100111010111001101000101110101100111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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