Html Css Color HEX #30404D Arsenic

📋 copy color: '#30404D'

red 48 ◦ green 64 ◦ blue 77

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

Shades of Arsenic #30404D

Tints of Arsenic #30404D

RGB

 RED value IS 48 (19.14% from 255) = 25.4%

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 25.4%
G = 33.86%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30404D (or 0x30404D) is known color: Arsenic. HEX triplet: 30, 40 and 4D. RGB value is (48,64,77). Sum of RGB (Red+Green+Blue) = 48+64+77=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #30404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30404D is #CFBFB2. Grayscale: #3C3C3C. Windows color (decimal): -13615027 or 5062704. OLE color: 5062704.

HSL color Cylindrical-coordinate representation of color #30404D: hue angle of 206.9º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30404D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 64 77 -
CMYK 0.38 0.17 0 0.70
HSL 206.9º 0.23% 0.25% -
HSV(B) 206.9º 0.38% 0.3% -
XYZ 4.39 4.83 7.72 -
YUV 60.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 48 64 77 0.38 0.17 0 0.70 206.9 0.23 0.25
Hex 30 40 4D 26 11 0 46 CF 17 19
Octal 60 100 115 46 21 0 106 317 27 31
Binary 110000 1000000 1001101 100110 10001 0 1000110 11001111 10111 11001

Color Harmonies of #30404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30404D

Black with #30404D

Text Example


Text Example

White with #30404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30404D; }

 p { color: rgb(48,64,77); }

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

background-color css

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

 a { background-color: rgb(48,64,77); }

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

border-color css

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

 span { border-color: rgb(48,64,77); }

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