#28344A

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

Shades of Bunting #28344A

Tints of Bunting #28344A

Color information

#28344A (or 0x28344A) is unknown color: approx Bunting. HEX triplet: 28, 34 and 4A. RGB value is (40,52,74). Sum of RGB (Red+Green+Blue) = 40+52+74=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #28344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28344A is #D7CBB5. Grayscale: #323232. Windows color (decimal): -14142390 or 4863016. OLE color: 4863016.

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

Color convert

RGB405274-
CMYK0.460.3000.71
HSL218.82º29.82%22.35%-
HSV(B)218.82º45.95%29.02%-
XYZ3.343.46.96-
YUV50.92141.02120.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=24.10%
G=31.33%
B=44.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4052740.460.3000.71218.8229.8222.35
Hex28344A2E1E047db1e16
Octal5064112563601073333626
Binary10100011010010010101011101111001000111110110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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