Shades of Nile Blue #233C50
Tints of Nile Blue #233C50
RGB
CMYK
RGB Variations
Color information
#233C50 (or 0x233C50) is known color: Nile Blue. HEX triplet: 23, 3C and 50. RGB value is (35,60,80). Sum of RGB (Red+Green+Blue) = 35+60+80=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #233C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C50 is #DCC3AF. Grayscale: #363636. Windows color (decimal): -14468016 or 5258275. OLE color: 5258275.
HSL color Cylindrical-coordinate representation of color #233C50: hue angle of 206.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233C50 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 60 | 80 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.69 |
| HSL | 206.67º | 0.39% | 0.23% | - |
| HSV(B) | 206.67º | 0.56% | 0.31% | - |
| XYZ | 3.76 | 4.17 | 8.2 | - |
| YUV | 54.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 80 | 0.56 | 0.25 | 0 | 0.69 | 206.67 | 0.39 | 0.23 |
| Hex | 23 | 3C | 50 | 38 | 19 | 0 | 45 | CF | 27 | 17 |
| Octal | 43 | 74 | 120 | 70 | 31 | 0 | 105 | 317 | 47 | 27 |
| Binary | 100011 | 111100 | 1010000 | 111000 | 11001 | 0 | 1000101 | 11001111 | 100111 | 10111 |
Color Harmonies of #233C50
Complementary color
Monochromatic Colors of #233C50
Black with #233C50
Text Example
Text Example
White with #233C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C50; }
p { color: rgb(35,60,80); }
H1.HeaderClassName
{
color: #233C50;
}
.AnyTagClassName
{
color: #233C50;
}
</style>
background-color css
<style>
a { background-color: #233C50; }
a { background-color: rgb(35,60,80); }
div.DivClassName
{
background-color: #233C50;
}
.BgClassName
{
background-color: #233C50;
}
</style>
border-color css
<style>
span { border-color: #233C50; }
span { border-color: rgb(35,60,80); }
td.TdClassName
{
border-color: #233C50;
}
.TagClassName
{
border-color: #233C50;
}
</style>