Shades of Nile Blue #263D4F
Tints of Nile Blue #263D4F
RGB
CMYK
RGB Variations
Color information
#263D4F (or 0x263D4F) is known color: Nile Blue. HEX triplet: 26, 3D and 4F. RGB value is (38,61,79). Sum of RGB (Red+Green+Blue) = 38+61+79=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #263D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D4F is #D9C2B0. Grayscale: #383838. Windows color (decimal): -14271153 or 5192998. OLE color: 5192998.
HSL color Cylindrical-coordinate representation of color #263D4F: hue angle of 206.34º degrees, saturation: 0.35, 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 #263D4F is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 61 | 79 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.69 |
| HSL | 206.34º | 0.35% | 0.23% | - |
| HSV(B) | 206.34º | 0.52% | 0.31% | - |
| XYZ | 3.88 | 4.31 | 8.03 | - |
| YUV | 56.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 79 | 0.52 | 0.23 | 0 | 0.69 | 206.34 | 0.35 | 0.23 |
| Hex | 26 | 3D | 4F | 34 | 17 | 0 | 45 | CE | 23 | 17 |
| Octal | 46 | 75 | 117 | 64 | 27 | 0 | 105 | 316 | 43 | 27 |
| Binary | 100110 | 111101 | 1001111 | 110100 | 10111 | 0 | 1000101 | 11001110 | 100011 | 10111 |
Color Harmonies of #263D4F
Complementary color
Monochromatic Colors of #263D4F
Black with #263D4F
Text Example
Text Example
White with #263D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D4F; }
p { color: rgb(38,61,79); }
H1.HeaderClassName
{
color: #263D4F;
}
.AnyTagClassName
{
color: #263D4F;
}
</style>
background-color css
<style>
a { background-color: #263D4F; }
a { background-color: rgb(38,61,79); }
div.DivClassName
{
background-color: #263D4F;
}
.BgClassName
{
background-color: #263D4F;
}
</style>
border-color css
<style>
span { border-color: #263D4F; }
span { border-color: rgb(38,61,79); }
td.TdClassName
{
border-color: #263D4F;
}
.TagClassName
{
border-color: #263D4F;
}
</style>