Shades of Nile Blue #233F4E
Tints of Nile Blue #233F4E
RGB
CMYK
RGB Variations
Color information
#233F4E (or 0x233F4E) is known color: Nile Blue. HEX triplet: 23, 3F and 4E. RGB value is (35,63,78). Sum of RGB (Red+Green+Blue) = 35+63+78=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #233F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F4E is #DCC0B1. Grayscale: #383838. Windows color (decimal): -14467250 or 5127971. OLE color: 5127971.
HSL color Cylindrical-coordinate representation of color #233F4E: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #233F4E is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 63 | 78 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.69 |
| HSL | 200.93º | 0.38% | 0.22% | - |
| HSV(B) | 200.93º | 0.55% | 0.31% | - |
| XYZ | 3.85 | 4.46 | 7.87 | - |
| YUV | 56.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 78 | 0.55 | 0.19 | 0 | 0.69 | 200.93 | 0.38 | 0.22 |
| Hex | 23 | 3F | 4E | 37 | 13 | 0 | 45 | C9 | 26 | 16 |
| Octal | 43 | 77 | 116 | 67 | 23 | 0 | 105 | 311 | 46 | 26 |
| Binary | 100011 | 111111 | 1001110 | 110111 | 10011 | 0 | 1000101 | 11001001 | 100110 | 10110 |
Color Harmonies of #233F4E
Complementary color
Monochromatic Colors of #233F4E
Black with #233F4E
Text Example
Text Example
White with #233F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F4E; }
p { color: rgb(35,63,78); }
H1.HeaderClassName
{
color: #233F4E;
}
.AnyTagClassName
{
color: #233F4E;
}
</style>
background-color css
<style>
a { background-color: #233F4E; }
a { background-color: rgb(35,63,78); }
div.DivClassName
{
background-color: #233F4E;
}
.BgClassName
{
background-color: #233F4E;
}
</style>
border-color css
<style>
span { border-color: #233F4E; }
span { border-color: rgb(35,63,78); }
td.TdClassName
{
border-color: #233F4E;
}
.TagClassName
{
border-color: #233F4E;
}
</style>