#42344D

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

Shades of Jagger #42344D

Tints of Jagger #42344D

Color information

#42344D (or 0x42344D) is unknown color: approx Jagger. HEX triplet: 42, 34 and 4D. RGB value is (66,52,77). Sum of RGB (Red+Green+Blue) = 66+52+77=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #42344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344D is #BDCBB2. Grayscale: #3A3A3A. Windows color (decimal): -12438451 or 5059650. OLE color: 5059650.

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

Color convert

RGB665277-
CMYK0.140.3200.70
HSL273.6º19.38%25.29%-
HSV(B)273.6º32.47%30.2%-
XYZ4.814.157.57-
YUV59.04138.14132.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=33.85%
G=26.67%
B=39.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6652770.140.3200.70273.619.3825.29
Hex42344DE200461121319
Octal10264115164001064222331
Binary100001011010010011011110100000010001101000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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