#28404F

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

Shades of Nile Blue #28404F

Tints of Nile Blue #28404F

Color information

#28404F (or 0x28404F) is unknown color: approx Nile Blue. HEX triplet: 28, 40 and 4F. RGB value is (40,64,79). Sum of RGB (Red+Green+Blue) = 40+64+79=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #28404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28404F is #D7BFB0. Grayscale: #3A3A3A. Windows color (decimal): -14139313 or 5193768. OLE color: 5193768.

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

Color convert

RGB406479-
CMYK0.490.1900.69
HSL203.08º32.77%23.33%-
HSV(B)203.08º49.37%30.98%-
XYZ4.124.688.08-
YUV58.53139.55114.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=21.86%
G=34.97%
B=43.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4064790.490.1900.69203.0832.7723.33
Hex28404F3113045cb2117
Octal50100117612301053134127
Binary1010001000000100111111000110011010001011100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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