#26404E

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

Shades of Nile Blue #26404E

Tints of Nile Blue #26404E

Color information

#26404E (or 0x26404E) is unknown color: approx Nile Blue. HEX triplet: 26, 40 and 4E. RGB value is (38,64,78). Sum of RGB (Red+Green+Blue) = 38+64+78=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #26404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26404E is #D9BFB1. Grayscale: #393939. Windows color (decimal): -14270386 or 5128230. OLE color: 5128230.

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

Color convert

RGB386478-
CMYK0.510.1800.69
HSL201º34.48%22.75%-
HSV(B)201º51.28%30.59%-
XYZ4.014.637.89-
YUV57.82139.39113.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=21.11%
G=35.56%
B=43.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3864780.510.1800.6920134.4822.75
Hex26404E3312045c92217
Octal46100116632201053114227
Binary1001101000000100111011001110010010001011100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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