#28304A

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

Shades of Bunting #28304A

Tints of Bunting #28304A

Color information

#28304A (or 0x28304A) is unknown color: approx Bunting. HEX triplet: 28, 30 and 4A. RGB value is (40,48,74). Sum of RGB (Red+Green+Blue) = 40+48+74=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #28304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28304A is #D7CFB5. Grayscale: #303030. Windows color (decimal): -14143414 or 4861992. OLE color: 4861992.

HSL color Cylindrical-coordinate representation of color #28304A: hue angle of 225.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28304A is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB404874-
CMYK0.460.3500.71
HSL225.88º29.82%22.35%-
HSV(B)225.88º45.95%29.02%-
XYZ3.173.066.9-
YUV48.57142.35121.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=24.69%
G=29.63%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4048740.460.3500.71225.8829.8222.35
Hex28304A2E23047e21e16
Octal5060112564301073423626
Binary101000110000100101010111010001101000111111000101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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