Html Css Color HEX #434355 Gun Powder

📋 copy color: '#434355'

red 67 ◦ green 67 ◦ blue 85

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

Shades of Gun Powder #434355

Tints of Gun Powder #434355

RGB

 RED value IS 67 (26.56% from 255) = 30.59%

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

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 30.59%
G = 30.59%
B = 38.81%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434355 (or 0x434355) is known color: Gun Powder. HEX triplet: 43, 43 and 55. RGB value is (67,67,85). Sum of RGB (Red+Green+Blue) = 67+67+85=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #434355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434355 is #BCBCAA. Grayscale: #444444. Windows color (decimal): -12369067 or 5587779. OLE color: 5587779.

HSL color Cylindrical-coordinate representation of color #434355: hue angle of 240º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434355 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 67 85 -
CMYK 0.21 0.21 0 0.67
HSL 240º 0.12% 0.3% -
HSV(B) 240º 0.21% 0.33% -
XYZ 5.96 5.86 9.41 -
YUV 69.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 67 67 85 0.21 0.21 0 0.67 240 0.12 0.3
Hex 43 43 55 15 15 0 43 F0 C 1E
Octal 103 103 125 25 25 0 103 360 14 36
Binary 1000011 1000011 1010101 10101 10101 0 1000011 11110000 1100 11110

Color Harmonies of #434355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434355

Black with #434355

Text Example


Text Example

White with #434355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434355; }

 p { color: rgb(67,67,85); }

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

background-color css

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

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

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

border-color css

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

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

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