#303E49

Color #303E49 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #303E49

Tints of Big Stone #303E49

Color information

#303E49 (or 0x303E49) is unknown color: approx Big Stone. HEX triplet: 30, 3E and 49. RGB value is (48,62,73). Sum of RGB (Red+Green+Blue) = 48+62+73=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #303E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E49 is #CFC1B6. Grayscale: #3B3B3B. Windows color (decimal): -13615543 or 4800048. OLE color: 4800048.

HSL color Cylindrical-coordinate representation of color #303E49: hue angle of 206.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303E49 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486273-
CMYK0.340.1500.71
HSL206.4º20.66%23.73%-
HSV(B)206.4º34.25%28.63%-
XYZ4.144.556.96-
YUV59.07135.86120.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=26.23%
G=33.88%
B=39.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4862730.340.1500.71206.420.6623.73
Hex303E4922F047ce1518
Octal6076111421701073162530
Binary1100001111101001001100010111101000111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,62,73); }

 H1.HeaderClassName
 {
   color: #303E49;
 }
 .AnyTagClassName
 {
   color: #303E49;
 }
</style>
background-color css

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

 a { background-color: rgb(48,62,73); }

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

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

 span { border-color: rgb(48,62,73); }

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