#42576C

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

Shades of San Juan #42576C

Tints of San Juan #42576C

Color information

#42576C (or 0x42576C) is unknown color: approx San Juan. HEX triplet: 42, 57 and 6C. RGB value is (66,87,108). Sum of RGB (Red+Green+Blue) = 66+87+108=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #42576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576C is #BDA893. Grayscale: #535353. Windows color (decimal): -12429460 or 7100226. OLE color: 7100226.

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

Color convert

RGB6687108-
CMYK0.390.1900.58
HSL210º24.14%34.12%-
HSV(B)210º38.89%42.35%-
XYZ8.369.0615.49-
YUV83.12142.04115.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=25.29%
G=33.33%
B=41.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66871080.390.1900.5821024.1434.12
Hex42576C271303Ad21822
Octal10212715447230723223042
Binary1000010101011111011001001111001101110101101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42576C; }

 p { color: rgb(66,87,108); }

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

<style>
 a { background-color: #42576C; }

 a { background-color: rgb(66,87,108); }

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

<style>
 span { border-color: #42576C; }

 span { border-color: rgb(66,87,108); }

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