#283550

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

Shades of Bunting #283550

Tints of Bunting #283550

Color information

#283550 (or 0x283550) is unknown color: approx Bunting. HEX triplet: 28, 35 and 50. RGB value is (40,53,80). Sum of RGB (Red+Green+Blue) = 40+53+80=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #283550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283550 is #D7CAAF. Grayscale: #343434. Windows color (decimal): -14142128 or 5256488. OLE color: 5256488.

HSL color Cylindrical-coordinate representation of color #283550: hue angle of 220.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 #283550 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB405380-
CMYK0.50.3400.69
HSL220.5º33.33%23.53%-
HSV(B)220.5º50%31.37%-
XYZ3.63.588.09-
YUV52.19143.69119.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=23.12%
G=30.64%
B=46.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4053800.50.3400.69220.533.3323.53
Hex2835503222045dc2118
Octal5065120624201053344130
Binary1010001101011010000110010100010010001011101110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283550; }

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

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

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

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

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

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

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

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