Html Css Color HEX #30404F Arsenic

📋 copy color: '#30404F'

red 48 ◦ green 64 ◦ blue 79

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

Shades of Arsenic #30404F

Tints of Arsenic #30404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 25.13%
G = 33.51%
B = 41.36%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30404F (or 0x30404F) is known color: Arsenic. HEX triplet: 30, 40 and 4F. RGB value is (48,64,79). Sum of RGB (Red+Green+Blue) = 48+64+79=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #30404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30404F is #CFBFB0. Grayscale: #3C3C3C. Windows color (decimal): -13615025 or 5193776. OLE color: 5193776.

HSL color Cylindrical-coordinate representation of color #30404F: hue angle of 209.03º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30404F is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 64 79 -
CMYK 0.39 0.19 0 0.69
HSL 209.03º 0.24% 0.25% -
HSV(B) 209.03º 0.39% 0.31% -
XYZ 4.46 4.86 8.1 -
YUV 60.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 48 64 79 0.39 0.19 0 0.69 209.03 0.24 0.25
Hex 30 40 4F 27 13 0 45 D1 18 19
Octal 60 100 117 47 23 0 105 321 30 31
Binary 110000 1000000 1001111 100111 10011 0 1000101 11010001 11000 11001

Color Harmonies of #30404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30404F

Black with #30404F

Text Example


Text Example

White with #30404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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