#28324C

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

Shades of Bunting #28324C

Tints of Bunting #28324C

Color information

#28324C (or 0x28324C) is unknown color: approx Bunting. HEX triplet: 28, 32 and 4C. RGB value is (40,50,76). Sum of RGB (Red+Green+Blue) = 40+50+76=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #28324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28324C is #D7CDB3. Grayscale: #313131. Windows color (decimal): -14142900 or 4993576. OLE color: 4993576.

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

Color convert

RGB405076-
CMYK0.470.3400.70
HSL223.33º31.03%22.75%-
HSV(B)223.33º47.37%29.8%-
XYZ3.323.257.29-
YUV49.97142.69120.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=24.10%
G=30.12%
B=45.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4050760.470.3400.70223.3331.0322.75
Hex28324C2F22046df1f17
Octal5062114574201063373727
Binary101000110010100110010111110001001000110110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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