#26404D

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

Shades of Nile Blue #26404D

Tints of Nile Blue #26404D

Color information

#26404D (or 0x26404D) is unknown color: approx Nile Blue. HEX triplet: 26, 40 and 4D. RGB value is (38,64,77). Sum of RGB (Red+Green+Blue) = 38+64+77=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #26404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26404D is #D9BFB2. Grayscale: #393939. Windows color (decimal): -14270387 or 5062694. OLE color: 5062694.

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

Color convert

RGB386477-
CMYK0.510.1700.70
HSL200º33.91%22.55%-
HSV(B)200º50.65%30.2%-
XYZ3.974.617.7-
YUV57.71138.89113.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=21.23%
G=35.75%
B=43.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3864770.510.1700.7020033.9122.55
Hex26404D3311046c82217
Octal46100115632101063104227
Binary1001101000000100110111001110001010001101100100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,64,77); }

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

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

 a { background-color: rgb(38,64,77); }

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

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

 span { border-color: rgb(38,64,77); }

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