#424355

Color #424355 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #424355

Tints of Gun Powder #424355

Color information

#424355 (or 0x424355) is unknown color: approx Gun Powder. HEX triplet: 42, 43 and 55. RGB value is (66,67,85). Sum of RGB (Red+Green+Blue) = 66+67+85=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #424355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424355 is #BDBCAA. Grayscale: #444444. Windows color (decimal): -12434603 or 5587778. OLE color: 5587778.

HSL color Cylindrical-coordinate representation of color #424355: hue angle of 236.84º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424355 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB666785-
CMYK0.220.2100.67
HSL236.84º12.58%29.61%-
HSV(B)236.84º22.35%33.33%-
XYZ5.895.839.41-
YUV68.75137.17126.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=30.28%
G=30.73%
B=38.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6667850.220.2100.67236.8412.5829.61
Hex4243551615043edd1e
Octal102103125262501033551536
Binary10000101000011101010110110101010100001111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424355; }

 p { color: rgb(66,67,85); }

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

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

 a { background-color: rgb(66,67,85); }

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

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

 span { border-color: rgb(66,67,85); }

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