#284454

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

Shades of Nile Blue #284454

Tints of Nile Blue #284454

Color information

#284454 (or 0x284454) is unknown color: approx Nile Blue. HEX triplet: 28, 44 and 54. RGB value is (40,68,84). Sum of RGB (Red+Green+Blue) = 40+68+84=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #284454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284454 is #D7BBAB. Grayscale: #3D3D3D. Windows color (decimal): -14138284 or 5522472. OLE color: 5522472.

HSL color Cylindrical-coordinate representation of color #284454: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284454 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406884-
CMYK0.520.1900.67
HSL201.82º35.48%24.31%-
HSV(B)201.82º52.38%32.94%-
XYZ4.545.239.16-
YUV61.45140.72112.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=20.83%
G=35.42%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4068840.520.1900.67201.8235.4824.31
Hex2844543413043ca2318
Octal50104124642301033124330
Binary1010001000100101010011010010011010000111100101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284454; }

 p { color: rgb(40,68,84); }

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

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

 a { background-color: rgb(40,68,84); }

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

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

 span { border-color: rgb(40,68,84); }

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