Html Css Color HEX #414358 Gun Powder

📋 copy color: '#414358'

red 65 ◦ green 67 ◦ blue 88

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

Shades of Gun Powder #414358

Tints of Gun Powder #414358

RGB

 RED value IS 65 (25.78% from 255) = 29.55%

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

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

R = 29.55%
G = 30.45%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414358 (or 0x414358) is known color: Gun Powder. HEX triplet: 41, 43 and 58. RGB value is (65,67,88). Sum of RGB (Red+Green+Blue) = 65+67+88=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #414358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414358 is #BEBCA7. Grayscale: #444444. Windows color (decimal): -12500136 or 5784385. OLE color: 5784385.

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

Color convert

RGB 65 67 88 -
CMYK 0.26 0.24 0 0.65
HSL 234.78º 0.15% 0.3% -
HSV(B) 234.78º 0.26% 0.35% -
XYZ 5.95 5.84 10.05 -
YUV 68.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 65 67 88 0.26 0.24 0 0.65 234.78 0.15 0.3
Hex 41 43 58 1A 18 0 41 EB F 1E
Octal 101 103 130 32 30 0 101 353 17 36
Binary 1000001 1000011 1011000 11010 11000 0 1000001 11101011 1111 11110

Color Harmonies of #414358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414358

Black with #414358

Text Example


Text Example

White with #414358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414358; }

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

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

background-color css

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

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

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

border-color css

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

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

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