Html Css Color HEX #303F4C Arsenic

📋 copy color: '#303F4C'

red 48 ◦ green 63 ◦ blue 76

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

Shades of Arsenic #303F4C

Tints of Arsenic #303F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 25.67%
G = 33.69%
B = 40.64%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#303F4C (or 0x303F4C) is known color: Arsenic. HEX triplet: 30, 3F and 4C. RGB value is (48,63,76). Sum of RGB (Red+Green+Blue) = 48+63+76=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #303F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F4C is #CFC0B3. Grayscale: #3B3B3B. Windows color (decimal): -13615284 or 4996912. OLE color: 4996912.

HSL color Cylindrical-coordinate representation of color #303F4C: hue angle of 207.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #303F4C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 63 76 -
CMYK 0.37 0.17 0 0.70
HSL 207.86º 0.23% 0.24% -
HSV(B) 207.86º 0.37% 0.3% -
XYZ 4.3 4.71 7.52 -
YUV 60 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 48 63 76 0.37 0.17 0 0.70 207.86 0.23 0.24
Hex 30 3F 4C 25 11 0 46 D0 17 18
Octal 60 77 114 45 21 0 106 320 27 30
Binary 110000 111111 1001100 100101 10001 0 1000110 11010000 10111 11000

Color Harmonies of #303F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F4C

Black with #303F4C

Text Example


Text Example

White with #303F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,76); }

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

background-color css

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

 a { background-color: rgb(48,63,76); }

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

border-color css

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

 span { border-color: rgb(48,63,76); }

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