Shades of Nile Blue #263E4C
Tints of Nile Blue #263E4C
RGB
CMYK
RGB Variations
Color information
#263E4C (or 0x263E4C) is known color: Nile Blue. HEX triplet: 26, 3E and 4C. RGB value is (38,62,76). Sum of RGB (Red+Green+Blue) = 38+62+76=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #263E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E4C is #D9C1B3. Grayscale: #383838. Windows color (decimal): -14270900 or 4996646. OLE color: 4996646.
HSL color Cylindrical-coordinate representation of color #263E4C: hue angle of 202.11º 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 #263E4C is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 62 | 76 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.70 |
| HSL | 202.11º | 0.33% | 0.22% | - |
| HSV(B) | 202.11º | 0.5% | 0.3% | - |
| XYZ | 3.83 | 4.38 | 7.48 | - |
| YUV | 56.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 76 | 0.5 | 0.18 | 0 | 0.70 | 202.11 | 0.33 | 0.22 |
| Hex | 26 | 3E | 4C | 32 | 12 | 0 | 46 | CA | 21 | 16 |
| Octal | 46 | 76 | 114 | 62 | 22 | 0 | 106 | 312 | 41 | 26 |
| Binary | 100110 | 111110 | 1001100 | 110010 | 10010 | 0 | 1000110 | 11001010 | 100001 | 10110 |
Color Harmonies of #263E4C
Complementary color
Monochromatic Colors of #263E4C
Black with #263E4C
Text Example
Text Example
White with #263E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E4C; }
p { color: rgb(38,62,76); }
H1.HeaderClassName
{
color: #263E4C;
}
.AnyTagClassName
{
color: #263E4C;
}
</style>
background-color css
<style>
a { background-color: #263E4C; }
a { background-color: rgb(38,62,76); }
div.DivClassName
{
background-color: #263E4C;
}
.BgClassName
{
background-color: #263E4C;
}
</style>
border-color css
<style>
span { border-color: #263E4C; }
span { border-color: rgb(38,62,76); }
td.TdClassName
{
border-color: #263E4C;
}
.TagClassName
{
border-color: #263E4C;
}
</style>