#28304B

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

Shades of Bunting #28304B

Tints of Bunting #28304B

Color information

#28304B (or 0x28304B) is unknown color: approx Bunting. HEX triplet: 28, 30 and 4B. RGB value is (40,48,75). Sum of RGB (Red+Green+Blue) = 40+48+75=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #28304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28304B is #D7CFB4. Grayscale: #303030. Windows color (decimal): -14143413 or 4927528. OLE color: 4927528.

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

Color convert

RGB404875-
CMYK0.470.3600.71
HSL226.29º30.43%22.55%-
HSV(B)226.29º46.67%29.41%-
XYZ3.23.077.08-
YUV48.69142.85121.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=24.54%
G=29.45%
B=46.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4048750.470.3600.71226.2930.4322.55
Hex28304B2F24047e21e17
Octal5060113574401073423627
Binary101000110000100101110111110010001000111111000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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