#28304D

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

Shades of Bunting #28304D

Tints of Bunting #28304D

Color information

#28304D (or 0x28304D) is unknown color: approx Bunting. HEX triplet: 28, 30 and 4D. RGB value is (40,48,77). Sum of RGB (Red+Green+Blue) = 40+48+77=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #28304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28304D is #D7CFB2. Grayscale: #303030. Windows color (decimal): -14143411 or 5058600. OLE color: 5058600.

HSL color Cylindrical-coordinate representation of color #28304D: hue angle of 227.03º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28304D is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB404877-
CMYK0.480.3800.70
HSL227.03º31.62%22.94%-
HSV(B)227.03º48.05%30.2%-
XYZ3.273.17.45-
YUV48.91143.85121.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=24.24%
G=29.09%
B=46.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4048770.480.3800.70227.0331.6222.94
Hex28304D3026046e32017
Octal5060115604601063434027
Binary1010001100001001101110000100110010001101110001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28304D; }

 p { color: rgb(40,48,77); }

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

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

 a { background-color: rgb(40,48,77); }

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

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

 span { border-color: rgb(40,48,77); }

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