Html Css Color HEX #303D4A Arsenic

📋 copy color: '#303D4A'

red 48 ◦ green 61 ◦ blue 74

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

Shades of Arsenic #303D4A

Tints of Arsenic #303D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 26.23%
G = 33.33%
B = 40.44%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303D4A (or 0x303D4A) is known color: Arsenic. HEX triplet: 30, 3D and 4A. RGB value is (48,61,74). Sum of RGB (Red+Green+Blue) = 48+61+74=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #303D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D4A is #CFC2B5. Grayscale: #3A3A3A. Windows color (decimal): -13615798 or 4865328. OLE color: 4865328.

HSL color Cylindrical-coordinate representation of color #303D4A: hue angle of 210º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303D4A is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 61 74 -
CMYK 0.35 0.18 0 0.71
HSL 210º 0.21% 0.24% -
HSV(B) 210º 0.35% 0.29% -
XYZ 4.12 4.46 7.12 -
YUV 58.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 48 61 74 0.35 0.18 0 0.71 210 0.21 0.24
Hex 30 3D 4A 23 12 0 47 D2 15 18
Octal 60 75 112 43 22 0 107 322 25 30
Binary 110000 111101 1001010 100011 10010 0 1000111 11010010 10101 11000

Color Harmonies of #303D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D4A

Black with #303D4A

Text Example


Text Example

White with #303D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D4A; }

 p { color: rgb(48,61,74); }

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

background-color css

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

 a { background-color: rgb(48,61,74); }

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

border-color css

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

 span { border-color: rgb(48,61,74); }

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