#26384A

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

Shades of Nile Blue #26384A

Tints of Nile Blue #26384A

Color information

#26384A (or 0x26384A) is unknown color: approx Nile Blue. HEX triplet: 26, 38 and 4A. RGB value is (38,56,74). Sum of RGB (Red+Green+Blue) = 38+56+74=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #26384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26384A is #D9C7B5. Grayscale: #343434. Windows color (decimal): -14272438 or 4864038. OLE color: 4864038.

HSL color Cylindrical-coordinate representation of color #26384A: hue angle of 210º degrees, saturation: 0.32, 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 #26384A is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385674-
CMYK0.490.2400.71
HSL210º32.14%21.96%-
HSV(B)210º48.65%29.02%-
XYZ3.453.737.02-
YUV52.67140.04117.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=22.62%
G=33.33%
B=44.05%

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
Decimal3856740.490.2400.7121032.1421.96
Hex26384A3118047d22016
Octal4670112613001073224026
Binary100110111000100101011000111000010001111101001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26384A; }

 p { color: rgb(38,56,74); }

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

<style>
 a { background-color: #26384A; }

 a { background-color: rgb(38,56,74); }

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

<style>
 span { border-color: #26384A; }

 span { border-color: rgb(38,56,74); }

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