Html Css Color HEX #304454 Arsenic

📋 copy color: '#304454'

red 48 ◦ green 68 ◦ blue 84

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

Shades of Arsenic #304454

Tints of Arsenic #304454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 24%
G = 34%
B = 42%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304454 (or 0x304454) is known color: Arsenic. HEX triplet: 30, 44 and 54. RGB value is (48,68,84). Sum of RGB (Red+Green+Blue) = 48+68+84=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #304454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304454 is #CFBBAB. Grayscale: #3F3F3F. Windows color (decimal): -13613996 or 5522480. OLE color: 5522480.

HSL color Cylindrical-coordinate representation of color #304454: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304454 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 68 84 -
CMYK 0.43 0.19 0 0.67
HSL 206.67º 0.27% 0.26% -
HSV(B) 206.67º 0.43% 0.33% -
XYZ 4.89 5.4 9.17 -
YUV 63.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 48 68 84 0.43 0.19 0 0.67 206.67 0.27 0.26
Hex 30 44 54 2B 13 0 43 CF 1B 1A
Octal 60 104 124 53 23 0 103 317 33 32
Binary 110000 1000100 1010100 101011 10011 0 1000011 11001111 11011 11010

Color Harmonies of #304454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304454

Black with #304454

Text Example


Text Example

White with #304454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304454; }

 p { color: rgb(48,68,84); }

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

background-color css

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

 a { background-color: rgb(48,68,84); }

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

border-color css

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

 span { border-color: rgb(48,68,84); }

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