Html Css Color HEX #303549 Bunting

📋 copy color: '#303549'

red 48 ◦ green 53 ◦ blue 73

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

Shades of Bunting #303549

Tints of Bunting #303549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 27.59%
G = 30.46%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303549 (or 0x303549) is known color: Bunting. HEX triplet: 30, 35 and 49. RGB value is (48,53,73). Sum of RGB (Red+Green+Blue) = 48+53+73=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #303549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303549 is #CFCAB6. Grayscale: #353535. Windows color (decimal): -13617847 or 4797744. OLE color: 4797744.

HSL color Cylindrical-coordinate representation of color #303549: hue angle of 228º 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 #303549 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 53 73 -
CMYK 0.34 0.27 0 0.71
HSL 228º 0.21% 0.24% -
HSV(B) 228º 0.34% 0.29% -
XYZ 3.69 3.66 6.81 -
YUV 53.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 48 53 73 0.34 0.27 0 0.71 228 0.21 0.24
Hex 30 35 49 22 1B 0 47 E4 15 18
Octal 60 65 111 42 33 0 107 344 25 30
Binary 110000 110101 1001001 100010 11011 0 1000111 11100100 10101 11000

Color Harmonies of #303549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303549

Black with #303549

Text Example


Text Example

White with #303549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303549; }

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

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

background-color css

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

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

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

border-color css

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

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

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