#263E50

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

Shades of Nile Blue #263E50

Tints of Nile Blue #263E50

Color information

#263E50 (or 0x263E50) is unknown color: approx Nile Blue. HEX triplet: 26, 3E and 50. RGB value is (38,62,80). Sum of RGB (Red+Green+Blue) = 38+62+80=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #263E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E50 is #D9C1AF. Grayscale: #383838. Windows color (decimal): -14270896 or 5258790. OLE color: 5258790.

HSL color Cylindrical-coordinate representation of color #263E50: hue angle of 205.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263E50 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386280-
CMYK0.520.2200.69
HSL205.71º35.59%23.14%-
HSV(B)205.71º52.5%31.37%-
XYZ3.974.448.24-
YUV56.88141.05114.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=21.11%
G=34.44%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3862800.520.2200.69205.7135.5923.14
Hex263E503416045ce2417
Octal4676120642601053164427
Binary100110111110101000011010010110010001011100111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263E50; }

 p { color: rgb(38,62,80); }

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

<style>
 a { background-color: #263E50; }

 a { background-color: rgb(38,62,80); }

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

<style>
 span { border-color: #263E50; }

 span { border-color: rgb(38,62,80); }

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