#283350

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

Shades of Bunting #283350

Tints of Bunting #283350

Color information

#283350 (or 0x283350) is unknown color: approx Bunting. HEX triplet: 28, 33 and 50. RGB value is (40,51,80). Sum of RGB (Red+Green+Blue) = 40+51+80=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #283350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283350 is #D7CCAF. Grayscale: #323232. Windows color (decimal): -14142640 or 5255976. OLE color: 5255976.

HSL color Cylindrical-coordinate representation of color #283350: hue angle of 223.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #283350 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB405180-
CMYK0.50.3600.69
HSL223.5º33.33%23.53%-
HSV(B)223.5º50%31.37%-
XYZ3.513.48.06-
YUV51.02144.36120.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=23.39%
G=29.82%
B=46.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4051800.50.3600.69223.533.3323.53
Hex2833503224045e02118
Octal5063120624401053404130
Binary1010001100111010000110010100100010001011110000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283350; }

 p { color: rgb(40,51,80); }

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

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

 a { background-color: rgb(40,51,80); }

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

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

 span { border-color: rgb(40,51,80); }

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