#303549

Color #303549 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #303549

Tints of Bunting #303549

Color information

#303549 (or 0x303549) is unknown color: approx 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

RGB485373-
CMYK0.340.2700.71
HSL228º20.66%23.73%-
HSV(B)228º34.25%28.63%-
XYZ3.693.666.81-
YUV53.78138.84123.87-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4853730.340.2700.7122820.6623.73
Hex303549221B047e41518
Octal6065111423301073442530
Binary11000011010110010011000101101101000111111001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>