#26384B

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

Shades of Nile Blue #26384B

Tints of Nile Blue #26384B

Color information

#26384B (or 0x26384B) is unknown color: approx Nile Blue. HEX triplet: 26, 38 and 4B. RGB value is (38,56,75). Sum of RGB (Red+Green+Blue) = 38+56+75=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #26384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26384B is #D9C7B4. Grayscale: #343434. Windows color (decimal): -14272437 or 4929574. OLE color: 4929574.

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

Color convert

RGB385675-
CMYK0.490.2500.71
HSL210.81º32.74%22.16%-
HSV(B)210.81º49.33%29.41%-
XYZ3.483.757.2-
YUV52.78140.54117.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=22.49%
G=33.14%
B=44.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3856750.490.2500.71210.8132.7422.16
Hex26384B3119047d32116
Octal4670113613101073234126
Binary100110111000100101111000111001010001111101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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