#28304C

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

Shades of Bunting #28304C

Tints of Bunting #28304C

Color information

#28304C (or 0x28304C) is unknown color: approx Bunting. HEX triplet: 28, 30 and 4C. RGB value is (40,48,76). Sum of RGB (Red+Green+Blue) = 40+48+76=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #28304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28304C is #D7CFB3. Grayscale: #303030. Windows color (decimal): -14143412 or 4993064. OLE color: 4993064.

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

Color convert

RGB404876-
CMYK0.470.3700.70
HSL226.67º31.03%22.75%-
HSV(B)226.67º47.37%29.8%-
XYZ3.243.097.26-
YUV48.8143.35121.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=24.39%
G=29.27%
B=46.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4048760.470.3700.70226.6731.0322.75
Hex28304C2F25046e31f17
Octal5060114574501063433727
Binary101000110000100110010111110010101000110111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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