#284253

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

Shades of Nile Blue #284253

Tints of Nile Blue #284253

Color information

#284253 (or 0x284253) is unknown color: approx Nile Blue. HEX triplet: 28, 42 and 53. RGB value is (40,66,83). Sum of RGB (Red+Green+Blue) = 40+66+83=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #284253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284253 is #D7BDAC. Grayscale: #3C3C3C. Windows color (decimal): -14138797 or 5456424. OLE color: 5456424.

HSL color Cylindrical-coordinate representation of color #284253: hue angle of 203.72º 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 #284253 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406683-
CMYK0.520.2000.67
HSL203.72º34.96%24.12%-
HSV(B)203.72º51.81%32.55%-
XYZ4.384.978.91-
YUV60.16140.89113.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=21.16%
G=34.92%
B=43.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4066830.520.2000.67203.7234.9624.12
Hex2842533414043cc2318
Octal50102123642401033144330
Binary1010001000010101001111010010100010000111100110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284253; }

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

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

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

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

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

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

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

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