Shades of Nile Blue #233A4C
Tints of Nile Blue #233A4C
RGB
CMYK
RGB Variations
Color information
#233A4C (or 0x233A4C) is known color: Nile Blue. HEX triplet: 23, 3A and 4C. RGB value is (35,58,76). Sum of RGB (Red+Green+Blue) = 35+58+76=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #233A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A4C is #DCC5B3. Grayscale: #353535. Windows color (decimal): -14468532 or 4995619. OLE color: 4995619.
HSL color Cylindrical-coordinate representation of color #233A4C: hue angle of 206.34º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #233A4C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 58 | 76 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.70 |
| HSL | 206.34º | 0.37% | 0.22% | - |
| HSV(B) | 206.34º | 0.54% | 0.3% | - |
| XYZ | 3.51 | 3.91 | 7.41 | - |
| YUV | 53.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 76 | 0.54 | 0.24 | 0 | 0.70 | 206.34 | 0.37 | 0.22 |
| Hex | 23 | 3A | 4C | 36 | 18 | 0 | 46 | CE | 25 | 16 |
| Octal | 43 | 72 | 114 | 66 | 30 | 0 | 106 | 316 | 45 | 26 |
| Binary | 100011 | 111010 | 1001100 | 110110 | 11000 | 0 | 1000110 | 11001110 | 100101 | 10110 |
Color Harmonies of #233A4C
Complementary color
Monochromatic Colors of #233A4C
Black with #233A4C
Text Example
Text Example
White with #233A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A4C; }
p { color: rgb(35,58,76); }
H1.HeaderClassName
{
color: #233A4C;
}
.AnyTagClassName
{
color: #233A4C;
}
</style>
background-color css
<style>
a { background-color: #233A4C; }
a { background-color: rgb(35,58,76); }
div.DivClassName
{
background-color: #233A4C;
}
.BgClassName
{
background-color: #233A4C;
}
</style>
border-color css
<style>
span { border-color: #233A4C; }
span { border-color: rgb(35,58,76); }
td.TdClassName
{
border-color: #233A4C;
}
.TagClassName
{
border-color: #233A4C;
}
</style>