Html Css Color HEX #444358 Gun Powder

📋 copy color: '#444358'

red 68 ◦ green 67 ◦ blue 88

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

Shades of Gun Powder #444358

Tints of Gun Powder #444358

RGB

 RED value IS 68 (26.95% from 255) = 30.49%

 GREEN value IS 67 (26.56% from 255) = 30.04%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 30.49%
G = 30.04%
B = 39.46%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444358 (or 0x444358) is known color: Gun Powder. HEX triplet: 44, 43 and 58. RGB value is (68,67,88). Sum of RGB (Red+Green+Blue) = 68+67+88=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #444358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444358 is #BBBCA7. Grayscale: #454545. Windows color (decimal): -12303528 or 5784388. OLE color: 5784388.

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

Color convert

RGB 68 67 88 -
CMYK 0.23 0.24 0 0.65
HSL 242.86º 0.14% 0.3% -
HSV(B) 242.86º 0.24% 0.35% -
XYZ 6.15 5.95 10.06 -
YUV 69.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 68 67 88 0.23 0.24 0 0.65 242.86 0.14 0.3
Hex 44 43 58 17 18 0 41 F3 E 1E
Octal 104 103 130 27 30 0 101 363 16 36
Binary 1000100 1000011 1011000 10111 11000 0 1000001 11110011 1110 11110

Color Harmonies of #444358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444358

Black with #444358

Text Example


Text Example

White with #444358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444358; }

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

 H1.HeaderClassName
 {
   color: #444358;
 }
 .AnyTagClassName
 {
   color: #444358;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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