#28424F

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

Shades of Nile Blue #28424F

Tints of Nile Blue #28424F

Color information

#28424F (or 0x28424F) is unknown color: approx Nile Blue. HEX triplet: 28, 42 and 4F. RGB value is (40,66,79). Sum of RGB (Red+Green+Blue) = 40+66+79=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #28424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28424F is #D7BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14138801 or 5194280. OLE color: 5194280.

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

Color convert

RGB406679-
CMYK0.490.1600.69
HSL200º32.77%23.33%-
HSV(B)200º49.37%30.98%-
XYZ4.234.918.12-
YUV59.71138.89113.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=21.62%
G=35.68%
B=42.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4066790.490.1600.6920032.7723.33
Hex28424F3110045c82117
Octal50102117612001053104127
Binary1010001000010100111111000110000010001011100100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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