#28414D

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

Shades of Nile Blue #28414D

Tints of Nile Blue #28414D

Color information

#28414D (or 0x28414D) is unknown color: approx Nile Blue. HEX triplet: 28, 41 and 4D. RGB value is (40,65,77). Sum of RGB (Red+Green+Blue) = 40+65+77=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #28414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28414D is #D7BEB2. Grayscale: #3A3A3A. Windows color (decimal): -14139059 or 5062952. OLE color: 5062952.

HSL color Cylindrical-coordinate representation of color #28414D: hue angle of 199.46º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28414D is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB406577-
CMYK0.480.1600.70
HSL199.46º31.62%22.94%-
HSV(B)199.46º48.05%30.2%-
XYZ4.14.777.73-
YUV58.89138.22114.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=21.98%
G=35.71%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4065770.480.1600.70199.4631.6222.94
Hex28414D3010046c72017
Octal50101115602001063074027
Binary1010001000001100110111000010000010001101100011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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