#263B4C

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

Shades of Nile Blue #263B4C

Tints of Nile Blue #263B4C

Color information

#263B4C (or 0x263B4C) is unknown color: approx Nile Blue. HEX triplet: 26, 3B and 4C. RGB value is (38,59,76). Sum of RGB (Red+Green+Blue) = 38+59+76=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #263B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B4C is #D9C4B3. Grayscale: #363636. Windows color (decimal): -14271668 or 4995878. OLE color: 4995878.

HSL color Cylindrical-coordinate representation of color #263B4C: hue angle of 206.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #263B4C is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB385976-
CMYK0.50.2200.70
HSL206.84º33.33%22.35%-
HSV(B)206.84º50%29.8%-
XYZ3.674.067.43-
YUV54.66140.04116.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=21.97%
G=34.10%
B=43.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3859760.50.2200.70206.8433.3322.35
Hex263B4C3216046cf2116
Octal4673114622601063174126
Binary100110111011100110011001010110010001101100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,59,76); }

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

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

 a { background-color: rgb(38,59,76); }

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

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

 span { border-color: rgb(38,59,76); }

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