#42334D

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

Shades of Jagger #42334D

Tints of Jagger #42334D

Color information

#42334D (or 0x42334D) is unknown color: approx Jagger. HEX triplet: 42, 33 and 4D. RGB value is (66,51,77). Sum of RGB (Red+Green+Blue) = 66+51+77=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #42334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42334D is #BDCCB2. Grayscale: #3A3A3A. Windows color (decimal): -12438707 or 5059394. OLE color: 5059394.

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

Color convert

RGB665177-
CMYK0.140.3400.70
HSL274.62º20.31%25.1%-
HSV(B)274.62º33.77%30.2%-
XYZ4.774.067.55-
YUV58.45138.47133.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=34.02%
G=26.29%
B=39.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6651770.140.3400.70274.6220.3125.1
Hex42334DE220461131419
Octal10263115164201064232431
Binary100001011001110011011110100010010001101000100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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