#42597A

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

Shades of Chambray #42597A

Tints of Chambray #42597A

Color information

#42597A (or 0x42597A) is unknown color: approx Chambray. HEX triplet: 42, 59 and 7A. RGB value is (66,89,122). Sum of RGB (Red+Green+Blue) = 66+89+122=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #42597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42597A is #BDA685. Grayscale: #555555. Windows color (decimal): -12428934 or 8018242. OLE color: 8018242.

HSL color Cylindrical-coordinate representation of color #42597A: hue angle of 215.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42597A is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6689122-
CMYK0.460.2700.52
HSL215.36º29.79%36.86%-
HSV(B)215.36º45.9%47.84%-
XYZ9.339.7119.79-
YUV85.88148.38113.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=23.83%
G=32.13%
B=44.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66891220.460.2700.52215.3629.7936.86
Hex42597A2E1B034d71e25
Octal10213117256330643273645
Binary1000010101100111110101011101101101101001101011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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