Html Css Color HEX #303C47 Arsenic

📋 copy color: '#303C47'

red 48 ◦ green 60 ◦ blue 71

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

Shades of Arsenic #303C47

Tints of Arsenic #303C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 26.82%
G = 33.52%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303C47 (or 0x303C47) is known color: Arsenic. HEX triplet: 30, 3C and 47. RGB value is (48,60,71). Sum of RGB (Red+Green+Blue) = 48+60+71=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #303C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C47 is #CFC3B8. Grayscale: #393939. Windows color (decimal): -13616057 or 4668464. OLE color: 4668464.

HSL color Cylindrical-coordinate representation of color #303C47: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303C47 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 60 71 -
CMYK 0.32 0.15 0 0.72
HSL 208.7º 0.19% 0.23% -
HSV(B) 208.7º 0.32% 0.28% -
XYZ 3.97 4.32 6.58 -
YUV 57.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 48 60 71 0.32 0.15 0 0.72 208.7 0.19 0.23
Hex 30 3C 47 20 F 0 48 D1 13 17
Octal 60 74 107 40 17 0 110 321 23 27
Binary 110000 111100 1000111 100000 1111 0 1001000 11010001 10011 10111

Color Harmonies of #303C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C47

Black with #303C47

Text Example


Text Example

White with #303C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,60,71); }

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

background-color css

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

 a { background-color: rgb(48,60,71); }

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

border-color css

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

 span { border-color: rgb(48,60,71); }

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