Html Css Color HEX #434258 Gun Powder

📋 copy color: '#434258'

red 67 ◦ green 66 ◦ blue 88

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

Shades of Gun Powder #434258

Tints of Gun Powder #434258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 30.32%
G = 29.86%
B = 39.82%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#434258 (or 0x434258) is known color: Gun Powder. HEX triplet: 43, 42 and 58. RGB value is (67,66,88). Sum of RGB (Red+Green+Blue) = 67+66+88=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 66 (26.17% from 255 or 29.86% 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 #434258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434258 is #BCBDA7. Grayscale: #444444. Windows color (decimal): -12369320 or 5784131. OLE color: 5784131.

HSL color Cylindrical-coordinate representation of color #434258: hue angle of 242.73º 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 #434258 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 66 88 -
CMYK 0.24 0.25 0 0.65
HSL 242.73º 0.14% 0.3% -
HSV(B) 242.73º 0.25% 0.35% -
XYZ 6.02 5.79 10.03 -
YUV 68.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 67 66 88 0.24 0.25 0 0.65 242.73 0.14 0.3
Hex 43 42 58 18 19 0 41 F3 E 1E
Octal 103 102 130 30 31 0 101 363 16 36
Binary 1000011 1000010 1011000 11000 11001 0 1000001 11110011 1110 11110

Color Harmonies of #434258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434258

Black with #434258

Text Example


Text Example

White with #434258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434258; }

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

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

background-color css

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

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

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

border-color css

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

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

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