Shades of Nile Blue #263F50
Tints of Nile Blue #263F50
RGB
CMYK
RGB Variations
Color information
#263F50 (or 0x263F50) is known color: 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
| RGB | 38 | 63 | 80 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.69 |
| HSL | 204.29º | 0.36% | 0.23% | - |
| HSV(B) | 204.29º | 0.53% | 0.31% | - |
| XYZ | 4.02 | 4.55 | 8.25 | - |
| YUV | 57.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 80 | 0.52 | 0.21 | 0 | 0.69 | 204.29 | 0.36 | 0.23 |
| Hex | 26 | 3F | 50 | 34 | 15 | 0 | 45 | CC | 24 | 17 |
| Octal | 46 | 77 | 120 | 64 | 25 | 0 | 105 | 314 | 44 | 27 |
| Binary | 100110 | 111111 | 1010000 | 110100 | 10101 | 0 | 1000101 | 11001100 | 100100 | 10111 |
Color Harmonies of #263F50
Complementary color
Monochromatic Colors of #263F50
Black with #263F50
Text Example
Text Example
White with #263F50
Text Example
Text Example
HTML Codes & Css Web 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>