Shades of Nile Blue #263D50
Tints of Nile Blue #263D50
RGB
CMYK
RGB Variations
Color information
#263D50 (or 0x263D50) is known color: Nile Blue. HEX triplet: 26, 3D and 50. RGB value is (38,61,80). Sum of RGB (Red+Green+Blue) = 38+61+80=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #263D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D50 is #D9C2AF. Grayscale: #383838. Windows color (decimal): -14271152 or 5258534. OLE color: 5258534.
HSL color Cylindrical-coordinate representation of color #263D50: hue angle of 207.14º 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 #263D50 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 61 | 80 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.69 |
| HSL | 207.14º | 0.36% | 0.23% | - |
| HSV(B) | 207.14º | 0.53% | 0.31% | - |
| XYZ | 3.92 | 4.33 | 8.22 | - |
| YUV | 56.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 80 | 0.52 | 0.24 | 0 | 0.69 | 207.14 | 0.36 | 0.23 |
| Hex | 26 | 3D | 50 | 34 | 18 | 0 | 45 | CF | 24 | 17 |
| Octal | 46 | 75 | 120 | 64 | 30 | 0 | 105 | 317 | 44 | 27 |
| Binary | 100110 | 111101 | 1010000 | 110100 | 11000 | 0 | 1000101 | 11001111 | 100100 | 10111 |
Color Harmonies of #263D50
Complementary color
Monochromatic Colors of #263D50
Black with #263D50
Text Example
Text Example
White with #263D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D50; }
p { color: rgb(38,61,80); }
H1.HeaderClassName
{
color: #263D50;
}
.AnyTagClassName
{
color: #263D50;
}
</style>
background-color css
<style>
a { background-color: #263D50; }
a { background-color: rgb(38,61,80); }
div.DivClassName
{
background-color: #263D50;
}
.BgClassName
{
background-color: #263D50;
}
</style>
border-color css
<style>
span { border-color: #263D50; }
span { border-color: rgb(38,61,80); }
td.TdClassName
{
border-color: #263D50;
}
.TagClassName
{
border-color: #263D50;
}
</style>