#26394B

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

Shades of Nile Blue #26394B

Tints of Nile Blue #26394B

Color information

#26394B (or 0x26394B) is unknown color: approx Nile Blue. HEX triplet: 26, 39 and 4B. RGB value is (38,57,75). Sum of RGB (Red+Green+Blue) = 38+57+75=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #26394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26394B is #D9C6B4. Grayscale: #353535. Windows color (decimal): -14272181 or 4929830. OLE color: 4929830.

HSL color Cylindrical-coordinate representation of color #26394B: hue angle of 209.19º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26394B is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385775-
CMYK0.490.2400.71
HSL209.19º32.74%22.16%-
HSV(B)209.19º49.33%29.41%-
XYZ3.533.857.21-
YUV53.37140.21117.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=22.35%
G=33.53%
B=44.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3857750.490.2400.71209.1932.7422.16
Hex26394B3118047d12116
Octal4671113613001073214126
Binary100110111001100101111000111000010001111101000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26394B; }

 p { color: rgb(38,57,75); }

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

<style>
 a { background-color: #26394B; }

 a { background-color: rgb(38,57,75); }

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

<style>
 span { border-color: #26394B; }

 span { border-color: rgb(38,57,75); }

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