#42344B

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

Shades of Jagger #42344B

Tints of Jagger #42344B

Color information

#42344B (or 0x42344B) is unknown color: approx Jagger. HEX triplet: 42, 34 and 4B. RGB value is (66,52,75). Sum of RGB (Red+Green+Blue) = 66+52+75=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #42344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42344B is #BDCBB4. Grayscale: #3A3A3A. Windows color (decimal): -12438453 or 4928578. OLE color: 4928578.

HSL color Cylindrical-coordinate representation of color #42344B: hue angle of 276.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42344B is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB665275-
CMYK0.120.3100.71
HSL276.52º18.11%24.9%-
HSV(B)276.52º30.67%29.41%-
XYZ4.744.127.2-
YUV58.81137.14133.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=34.20%
G=26.94%
B=38.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6652750.120.3100.71276.5218.1124.9
Hex42344BC1F0471151219
Octal10264113143701074252231
Binary10000101101001001011110011111010001111000101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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