#28414F

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

Shades of Nile Blue #28414F

Tints of Nile Blue #28414F

Color information

#28414F (or 0x28414F) is unknown color: approx Nile Blue. HEX triplet: 28, 41 and 4F. RGB value is (40,65,79). Sum of RGB (Red+Green+Blue) = 40+65+79=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #28414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28414F is #D7BEB0. Grayscale: #3B3B3B. Windows color (decimal): -14139057 or 5194024. OLE color: 5194024.

HSL color Cylindrical-coordinate representation of color #28414F: hue angle of 201.54º degrees, saturation: 0.33, 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 #28414F is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406579-
CMYK0.490.1800.69
HSL201.54º32.77%23.33%-
HSV(B)201.54º49.37%30.98%-
XYZ4.184.88.1-
YUV59.12139.22114.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=21.74%
G=35.33%
B=42.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4065790.490.1800.69201.5432.7723.33
Hex28414F3112045ca2117
Octal50101117612201053124127
Binary1010001000001100111111000110010010001011100101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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