#424358

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

Shades of Gun Powder #424358

Tints of Gun Powder #424358

Color information

#424358 (or 0x424358) is unknown color: approx Gun Powder. HEX triplet: 42, 43 and 58. RGB value is (66,67,88). Sum of RGB (Red+Green+Blue) = 66+67+88=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #424358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424358 is #BDBCA7. Grayscale: #454545. Windows color (decimal): -12434600 or 5784386. OLE color: 5784386.

HSL color Cylindrical-coordinate representation of color #424358: hue angle of 237.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424358 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666788-
CMYK0.250.2400.65
HSL237.27º14.29%30.2%-
HSV(B)237.27º25%34.51%-
XYZ6.025.8810.05-
YUV69.1138.67125.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=29.86%
G=30.32%
B=39.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6667880.250.2400.65237.2714.2930.2
Hex4243581918041ede1e
Octal102103130313001013551636
Binary10000101000011101100011001110000100000111101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424358; }

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

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

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

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

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

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

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

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