#28344F

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

Shades of Bunting #28344F

Tints of Bunting #28344F

Color information

#28344F (or 0x28344F) is unknown color: approx Bunting. HEX triplet: 28, 34 and 4F. RGB value is (40,52,79). Sum of RGB (Red+Green+Blue) = 40+52+79=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #28344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28344F is #D7CBB0. Grayscale: #333333. Windows color (decimal): -14142385 or 5190696. OLE color: 5190696.

HSL color Cylindrical-coordinate representation of color #28344F: hue angle of 221.54º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28344F is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB405279-
CMYK0.490.3400.69
HSL221.54º32.77%23.33%-
HSV(B)221.54º49.37%30.98%-
XYZ3.513.477.88-
YUV51.49143.52119.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=23.39%
G=30.41%
B=46.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4052790.490.3400.69221.5432.7723.33
Hex28344F3122045de2117
Octal5064117614201053364127
Binary1010001101001001111110001100010010001011101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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