#263F50

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

Shades of Nile Blue #263F50

Tints of Nile Blue #263F50

Color information

#263F50 (or 0x263F50) is unknown color: approx Nile Blue. HEX triplet: 26, 3F and 50. RGB value is (38,63,80). Sum of RGB (Red+Green+Blue) = 38+63+80=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #263F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F50 is #D9C0AF. Grayscale: #393939. Windows color (decimal): -14270640 or 5259046. OLE color: 5259046.

HSL color Cylindrical-coordinate representation of color #263F50: hue angle of 204.29º 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 #263F50 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386380-
CMYK0.520.2100.69
HSL204.29º35.59%23.14%-
HSV(B)204.29º52.5%31.37%-
XYZ4.024.558.25-
YUV57.46140.72114.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=20.99%
G=34.81%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3863800.520.2100.69204.2935.5923.14
Hex263F503415045cc2417
Octal4677120642501053144427
Binary100110111111101000011010010101010001011100110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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