#42344E

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

Shades of Jagger #42344E

Tints of Jagger #42344E

Color information

#42344E (or 0x42344E) is unknown color: approx Jagger. HEX triplet: 42, 34 and 4E. RGB value is (66,52,78). Sum of RGB (Red+Green+Blue) = 66+52+78=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #42344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344E is #BDCBB1. Grayscale: #3B3B3B. Windows color (decimal): -12438450 or 5125186. OLE color: 5125186.

HSL color Cylindrical-coordinate representation of color #42344E: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42344E is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665278-
CMYK0.150.3300.69
HSL272.31º20%25.49%-
HSV(B)272.31º33.33%30.59%-
XYZ4.854.167.76-
YUV59.15138.64132.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=33.67%
G=26.53%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6652780.150.3300.69272.312025.49
Hex42344EF210451101419
Octal10264116174101054202431
Binary100001011010010011101111100001010001011000100001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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