#42354D

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

Shades of Jagger #42354D

Tints of Jagger #42354D

Color information

#42354D (or 0x42354D) is unknown color: approx Jagger. HEX triplet: 42, 35 and 4D. RGB value is (66,53,77). Sum of RGB (Red+Green+Blue) = 66+53+77=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #42354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42354D is #BDCAB2. Grayscale: #3B3B3B. Windows color (decimal): -12438195 or 5059906. OLE color: 5059906.

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

Color convert

RGB665377-
CMYK0.140.3100.70
HSL272.5º18.46%25.49%-
HSV(B)272.5º31.17%30.2%-
XYZ4.864.247.58-
YUV59.62137.81132.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=33.67%
G=27.04%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6653770.140.3100.70272.518.4625.49
Hex42354DE1F0461101219
Octal10265115163701064202231
Binary10000101101011001101111011111010001101000100001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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