Shades of Nile Blue #233A4D
Tints of Nile Blue #233A4D
RGB
CMYK
RGB Variations
Color information
#233A4D (or 0x233A4D) is known color: Nile Blue. HEX triplet: 23, 3A and 4D. RGB value is (35,58,77). Sum of RGB (Red+Green+Blue) = 35+58+77=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #233A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A4D is #DCC5B2. Grayscale: #353535. Windows color (decimal): -14468531 or 5061155. OLE color: 5061155.
HSL color Cylindrical-coordinate representation of color #233A4D: hue angle of 207.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #233A4D is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 58 | 77 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.70 |
| HSL | 207.14º | 0.38% | 0.22% | - |
| HSV(B) | 207.14º | 0.55% | 0.3% | - |
| XYZ | 3.55 | 3.92 | 7.59 | - |
| YUV | 53.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 77 | 0.55 | 0.25 | 0 | 0.70 | 207.14 | 0.38 | 0.22 |
| Hex | 23 | 3A | 4D | 37 | 19 | 0 | 46 | CF | 26 | 16 |
| Octal | 43 | 72 | 115 | 67 | 31 | 0 | 106 | 317 | 46 | 26 |
| Binary | 100011 | 111010 | 1001101 | 110111 | 11001 | 0 | 1000110 | 11001111 | 100110 | 10110 |
Color Harmonies of #233A4D
Complementary color
Monochromatic Colors of #233A4D
Black with #233A4D
Text Example
Text Example
White with #233A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A4D; }
p { color: rgb(35,58,77); }
H1.HeaderClassName
{
color: #233A4D;
}
.AnyTagClassName
{
color: #233A4D;
}
</style>
background-color css
<style>
a { background-color: #233A4D; }
a { background-color: rgb(35,58,77); }
div.DivClassName
{
background-color: #233A4D;
}
.BgClassName
{
background-color: #233A4D;
}
</style>
border-color css
<style>
span { border-color: #233A4D; }
span { border-color: rgb(35,58,77); }
td.TdClassName
{
border-color: #233A4D;
}
.TagClassName
{
border-color: #233A4D;
}
</style>