#28324A

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

Shades of Bunting #28324A

Tints of Bunting #28324A

Color information

#28324A (or 0x28324A) is unknown color: approx Bunting. HEX triplet: 28, 32 and 4A. RGB value is (40,50,74). Sum of RGB (Red+Green+Blue) = 40+50+74=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #28324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28324A is #D7CDB5. Grayscale: #313131. Windows color (decimal): -14142902 or 4862504. OLE color: 4862504.

HSL color Cylindrical-coordinate representation of color #28324A: hue angle of 222.35º 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 #28324A is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB405074-
CMYK0.460.3200.71
HSL222.35º29.82%22.35%-
HSV(B)222.35º45.95%29.02%-
XYZ3.253.236.93-
YUV49.75141.69121.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=24.39%
G=30.49%
B=45.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4050740.460.3200.71222.3529.8222.35
Hex28324A2E20047de1e16
Octal5062112564001073363626
Binary101000110010100101010111010000001000111110111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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