#42384D

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

Shades of Jagger #42384D

Tints of Jagger #42384D

Color information

#42384D (or 0x42384D) is unknown color: approx Jagger. HEX triplet: 42, 38 and 4D. RGB value is (66,56,77). Sum of RGB (Red+Green+Blue) = 66+56+77=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #42384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42384D is #BDC7B2. Grayscale: #3D3D3D. Windows color (decimal): -12437427 or 5060674. OLE color: 5060674.

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

Color convert

RGB665677-
CMYK0.140.2700.70
HSL268.57º15.79%26.08%-
HSV(B)268.57º27.27%30.2%-
XYZ54.527.63-
YUV61.38136.81131.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=33.17%
G=28.14%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6656770.140.2700.70268.5715.7926.08
Hex42384DE1B04610d101a
Octal10270115163301064152032
Binary10000101110001001101111011011010001101000011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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