#284250

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

Shades of Nile Blue #284250

Tints of Nile Blue #284250

Color information

#284250 (or 0x284250) is unknown color: approx Nile Blue. HEX triplet: 28, 42 and 50. RGB value is (40,66,80). Sum of RGB (Red+Green+Blue) = 40+66+80=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #284250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284250 is #D7BDAF. Grayscale: #3B3B3B. Windows color (decimal): -14138800 or 5259816. OLE color: 5259816.

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

Color convert

RGB406680-
CMYK0.50.1700.69
HSL201º33.33%23.53%-
HSV(B)201º50%31.37%-
XYZ4.274.938.32-
YUV59.82139.39113.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=21.51%
G=35.48%
B=43.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4066800.50.1700.6920133.3323.53
Hex2842503211045c92118
Octal50102120622101053114130
Binary1010001000010101000011001010001010001011100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284250; }

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

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

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

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

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

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

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

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