Html Css Color HEX #424355 Gun Powder

📋 copy color: '#424355'

red 66 ◦ green 67 ◦ blue 85

#424355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #424355

Tints of Gun Powder #424355

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 value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424355 (or 0x424355) is known color: 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

RGB 66 67 85 -
CMYK 0.22 0.21 0 0.67
HSL 236.84º 0.13% 0.3% -
HSV(B) 236.84º 0.22% 0.33% -
XYZ 5.89 5.83 9.41 -
YUV 68.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 66 67 85 0.22 0.21 0 0.67 236.84 0.13 0.3
Hex 42 43 55 16 15 0 43 ED D 1E
Octal 102 103 125 26 25 0 103 355 15 36
Binary 1000010 1000011 1010101 10110 10101 0 1000011 11101101 1101 11110

Color Harmonies of #424355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424355

Black with #424355

Text Example


Text Example

White with #424355

Text Example


Text Example

HTML Codes & Css Web 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>