Html Css Color HEX #424358 Gun Powder

📋 copy color: '#424358'

red 66 ◦ green 67 ◦ blue 88

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

Shades of Gun Powder #424358

Tints of Gun Powder #424358

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

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 66 67 88 -
CMYK 0.25 0.24 0 0.65
HSL 237.27º 0.14% 0.3% -
HSV(B) 237.27º 0.25% 0.35% -
XYZ 6.02 5.88 10.05 -
YUV 69.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 66 67 88 0.25 0.24 0 0.65 237.27 0.14 0.3
Hex 42 43 58 19 18 0 41 ED E 1E
Octal 102 103 130 31 30 0 101 355 16 36
Binary 1000010 1000011 1011000 11001 11000 0 1000001 11101101 1110 11110

Color Harmonies of #424358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424358

Black with #424358

Text Example


Text Example

White with #424358

Text Example


Text Example

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