#28324D

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

Shades of Bunting #28324D

Tints of Bunting #28324D

Color information

#28324D (or 0x28324D) is unknown color: approx Bunting. HEX triplet: 28, 32 and 4D. RGB value is (40,50,77). Sum of RGB (Red+Green+Blue) = 40+50+77=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #28324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28324D is #D7CDB2. Grayscale: #313131. Windows color (decimal): -14142899 or 5059112. OLE color: 5059112.

HSL color Cylindrical-coordinate representation of color #28324D: hue angle of 223.78º 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 #28324D is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB405077-
CMYK0.480.3500.70
HSL223.78º31.62%22.94%-
HSV(B)223.78º48.05%30.2%-
XYZ3.363.277.48-
YUV50.09143.19120.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=23.95%
G=29.94%
B=46.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4050770.480.3500.70223.7831.6222.94
Hex28324D3023046e02017
Octal5062115604301063404027
Binary1010001100101001101110000100011010001101110000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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