#28414E

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

Shades of Nile Blue #28414E

Tints of Nile Blue #28414E

Color information

#28414E (or 0x28414E) is unknown color: approx Nile Blue. HEX triplet: 28, 41 and 4E. RGB value is (40,65,78). Sum of RGB (Red+Green+Blue) = 40+65+78=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #28414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28414E is #D7BEB1. Grayscale: #3A3A3A. Windows color (decimal): -14139058 or 5128488. OLE color: 5128488.

HSL color Cylindrical-coordinate representation of color #28414E: hue angle of 200.53º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28414E is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406578-
CMYK0.490.1700.69
HSL200.53º32.2%23.14%-
HSV(B)200.53º48.72%30.59%-
XYZ4.144.787.91-
YUV59.01138.72114.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=21.86%
G=35.52%
B=42.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4065780.490.1700.69200.5332.223.14
Hex28414E3111045c92017
Octal50101116612101053114027
Binary1010001000001100111011000110001010001011100100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28414E; }

 p { color: rgb(40,65,78); }

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

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

 a { background-color: rgb(40,65,78); }

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

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

 span { border-color: rgb(40,65,78); }

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