Html Css Color HEX #304453 Arsenic

📋 copy color: '#304453'

red 48 ◦ green 68 ◦ blue 83

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

Shades of Arsenic #304453

Tints of Arsenic #304453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 24.12%
G = 34.17%
B = 41.71%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304453 (or 0x304453) is known color: Arsenic. HEX triplet: 30, 44 and 53. RGB value is (48,68,83). Sum of RGB (Red+Green+Blue) = 48+68+83=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #304453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304453 is #CFBBAC. Grayscale: #3F3F3F. Windows color (decimal): -13613997 or 5456944. OLE color: 5456944.

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

Color convert

RGB 48 68 83 -
CMYK 0.42 0.18 0 0.67
HSL 205.71º 0.27% 0.26% -
HSV(B) 205.71º 0.42% 0.33% -
XYZ 4.85 5.39 8.97 -
YUV 63.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 48 68 83 0.42 0.18 0 0.67 205.71 0.27 0.26
Hex 30 44 53 2A 12 0 43 CE 1B 1A
Octal 60 104 123 52 22 0 103 316 33 32
Binary 110000 1000100 1010011 101010 10010 0 1000011 11001110 11011 11010

Color Harmonies of #304453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304453

Black with #304453

Text Example


Text Example

White with #304453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304453; }

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

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

background-color css

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

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

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

border-color css

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

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

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