Shades of Nile Blue #263D4D
Tints of Nile Blue #263D4D
RGB
CMYK
RGB Variations
Color information
#263D4D (or 0x263D4D) is known color: Nile Blue. HEX triplet: 26, 3D and 4D. RGB value is (38,61,77). Sum of RGB (Red+Green+Blue) = 38+61+77=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #263D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D4D is #D9C2B2. Grayscale: #373737. Windows color (decimal): -14271155 or 5061926. OLE color: 5061926.
HSL color Cylindrical-coordinate representation of color #263D4D: hue angle of 204.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #263D4D is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 61 | 77 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.70 |
| HSL | 204.62º | 0.34% | 0.23% | - |
| HSV(B) | 204.62º | 0.51% | 0.3% | - |
| XYZ | 3.81 | 4.29 | 7.65 | - |
| YUV | 55.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 77 | 0.51 | 0.21 | 0 | 0.70 | 204.62 | 0.34 | 0.23 |
| Hex | 26 | 3D | 4D | 33 | 15 | 0 | 46 | CD | 22 | 17 |
| Octal | 46 | 75 | 115 | 63 | 25 | 0 | 106 | 315 | 42 | 27 |
| Binary | 100110 | 111101 | 1001101 | 110011 | 10101 | 0 | 1000110 | 11001101 | 100010 | 10111 |
Color Harmonies of #263D4D
Complementary color
Monochromatic Colors of #263D4D
Black with #263D4D
Text Example
Text Example
White with #263D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D4D; }
p { color: rgb(38,61,77); }
H1.HeaderClassName
{
color: #263D4D;
}
.AnyTagClassName
{
color: #263D4D;
}
</style>
background-color css
<style>
a { background-color: #263D4D; }
a { background-color: rgb(38,61,77); }
div.DivClassName
{
background-color: #263D4D;
}
.BgClassName
{
background-color: #263D4D;
}
</style>
border-color css
<style>
span { border-color: #263D4D; }
span { border-color: rgb(38,61,77); }
td.TdClassName
{
border-color: #263D4D;
}
.TagClassName
{
border-color: #263D4D;
}
</style>