#42344F

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

Shades of Jagger #42344F

Tints of Jagger #42344F

Color information

#42344F (or 0x42344F) is unknown color: approx Jagger. HEX triplet: 42, 34 and 4F. RGB value is (66,52,79). Sum of RGB (Red+Green+Blue) = 66+52+79=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #42344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344F is #BDCBB0. Grayscale: #3B3B3B. Windows color (decimal): -12438449 or 5190722. OLE color: 5190722.

HSL color Cylindrical-coordinate representation of color #42344F: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42344F is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665279-
CMYK0.160.3400.69
HSL271.11º20.61%25.69%-
HSV(B)271.11º34.18%30.98%-
XYZ4.894.187.95-
YUV59.26139.14132.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=33.50%
G=26.40%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6652790.160.3400.69271.1120.6125.69
Hex42344F102204510f151a
Octal10264117204201054172532
Binary1000010110100100111110000100010010001011000011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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