Html Css Color HEX #304351 Arsenic

📋 copy color: '#304351'

red 48 ◦ green 67 ◦ blue 81

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

Shades of Arsenic #304351

Tints of Arsenic #304351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 24.49%
G = 34.18%
B = 41.33%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#304351 (or 0x304351) is known color: Arsenic. HEX triplet: 30, 43 and 51. RGB value is (48,67,81). Sum of RGB (Red+Green+Blue) = 48+67+81=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #304351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304351 is #CFBCAE. Grayscale: #3E3E3E. Windows color (decimal): -13614255 or 5325616. OLE color: 5325616.

HSL color Cylindrical-coordinate representation of color #304351: hue angle of 205.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304351 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 67 81 -
CMYK 0.41 0.17 0 0.68
HSL 205.45º 0.26% 0.25% -
HSV(B) 205.45º 0.41% 0.32% -
XYZ 4.71 5.24 8.55 -
YUV 62.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 48 67 81 0.41 0.17 0 0.68 205.45 0.26 0.25
Hex 30 43 51 29 11 0 44 CD 1A 19
Octal 60 103 121 51 21 0 104 315 32 31
Binary 110000 1000011 1010001 101001 10001 0 1000100 11001101 11010 11001

Color Harmonies of #304351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304351

Black with #304351

Text Example


Text Example

White with #304351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304351; }

 p { color: rgb(48,67,81); }

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

background-color css

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

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

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

border-color css

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

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

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