#28344D

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

Shades of Bunting #28344D

Tints of Bunting #28344D

Color information

#28344D (or 0x28344D) is unknown color: approx Bunting. HEX triplet: 28, 34 and 4D. RGB value is (40,52,77). Sum of RGB (Red+Green+Blue) = 40+52+77=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #28344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28344D is #D7CBB2. Grayscale: #333333. Windows color (decimal): -14142387 or 5059624. OLE color: 5059624.

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

Color convert

RGB405277-
CMYK0.480.3200.70
HSL220.54º31.62%22.94%-
HSV(B)220.54º48.05%30.2%-
XYZ3.443.447.5-
YUV51.26142.52119.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=23.67%
G=30.77%
B=45.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4052770.480.3200.70220.5431.6222.94
Hex28344D3020046dd2017
Octal5064115604001063354027
Binary1010001101001001101110000100000010001101101110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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