Html Css Color HEX #304250 Arsenic

📋 copy color: '#304250'

red 48 ◦ green 66 ◦ blue 80

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

Shades of Arsenic #304250

Tints of Arsenic #304250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 24.74%
G = 34.02%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304250 (or 0x304250) is known color: Arsenic. HEX triplet: 30, 42 and 50. RGB value is (48,66,80). Sum of RGB (Red+Green+Blue) = 48+66+80=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #304250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304250 is #CFBDAF. Grayscale: #3E3E3E. Windows color (decimal): -13614512 or 5259824. OLE color: 5259824.

HSL color Cylindrical-coordinate representation of color #304250: hue angle of 206.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304250 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 66 80 -
CMYK 0.40 0.17 0 0.69
HSL 206.25º 0.25% 0.25% -
HSV(B) 206.25º 0.4% 0.31% -
XYZ 4.62 5.1 8.33 -
YUV 62.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 48 66 80 0.40 0.17 0 0.69 206.25 0.25 0.25
Hex 30 42 50 28 11 0 45 CE 19 19
Octal 60 102 120 50 21 0 105 316 31 31
Binary 110000 1000010 1010000 101000 10001 0 1000101 11001110 11001 11001

Color Harmonies of #304250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304250

Black with #304250

Text Example


Text Example

White with #304250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304250; }

 p { color: rgb(48,66,80); }

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

background-color css

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

 a { background-color: rgb(48,66,80); }

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

border-color css

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

 span { border-color: rgb(48,66,80); }

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