Shades of Nile Blue #264354
Tints of Nile Blue #264354
RGB
CMYK
RGB Variations
Color information
#264354 (or 0x264354) is known color: Nile Blue. HEX triplet: 26, 43 and 54. RGB value is (38,67,84). Sum of RGB (Red+Green+Blue) = 38+67+84=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #264354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264354 is #D9BCAB. Grayscale: #3C3C3C. Windows color (decimal): -14269612 or 5522214. OLE color: 5522214.
HSL color Cylindrical-coordinate representation of color #264354: hue angle of 202.17º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264354 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 67 | 84 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.67 |
| HSL | 202.17º | 0.38% | 0.24% | - |
| HSV(B) | 202.17º | 0.55% | 0.33% | - |
| XYZ | 4.41 | 5.07 | 9.13 | - |
| YUV | 60.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 84 | 0.55 | 0.20 | 0 | 0.67 | 202.17 | 0.38 | 0.24 |
| Hex | 26 | 43 | 54 | 37 | 14 | 0 | 43 | CA | 26 | 18 |
| Octal | 46 | 103 | 124 | 67 | 24 | 0 | 103 | 312 | 46 | 30 |
| Binary | 100110 | 1000011 | 1010100 | 110111 | 10100 | 0 | 1000011 | 11001010 | 100110 | 11000 |
Color Harmonies of #264354
Complementary color
Monochromatic Colors of #264354
Black with #264354
Text Example
Text Example
White with #264354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264354; }
p { color: rgb(38,67,84); }
H1.HeaderClassName
{
color: #264354;
}
.AnyTagClassName
{
color: #264354;
}
</style>
background-color css
<style>
a { background-color: #264354; }
a { background-color: rgb(38,67,84); }
div.DivClassName
{
background-color: #264354;
}
.BgClassName
{
background-color: #264354;
}
</style>
border-color css
<style>
span { border-color: #264354; }
span { border-color: rgb(38,67,84); }
td.TdClassName
{
border-color: #264354;
}
.TagClassName
{
border-color: #264354;
}
</style>