#42354C

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

Shades of Jagger #42354C

Tints of Jagger #42354C

Color information

#42354C (or 0x42354C) is unknown color: approx Jagger. HEX triplet: 42, 35 and 4C. RGB value is (66,53,76). Sum of RGB (Red+Green+Blue) = 66+53+76=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #42354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42354C is #BDCAB3. Grayscale: #3B3B3B. Windows color (decimal): -12438196 or 4994370. OLE color: 4994370.

HSL color Cylindrical-coordinate representation of color #42354C: hue angle of 273.91º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42354C is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB665376-
CMYK0.130.3000.70
HSL273.91º17.83%25.29%-
HSV(B)273.91º30.26%29.8%-
XYZ4.824.237.4-
YUV59.51137.31132.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=33.85%
G=27.18%
B=38.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6653760.130.3000.70273.9117.8325.29
Hex42354CD1E0461121219
Octal10265114153601064222231
Binary10000101101011001100110111110010001101000100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,53,76); }

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

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

 a { background-color: rgb(66,53,76); }

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

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

 span { border-color: rgb(66,53,76); }

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