Shades of Nile Blue #233C4D
Tints of Nile Blue #233C4D
RGB
CMYK
RGB Variations
Color information
#233C4D (or 0x233C4D) is known color: Nile Blue. HEX triplet: 23, 3C and 4D. RGB value is (35,60,77). Sum of RGB (Red+Green+Blue) = 35+60+77=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #233C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C4D is #DCC3B2. Grayscale: #363636. Windows color (decimal): -14468019 or 5061667. OLE color: 5061667.
HSL color Cylindrical-coordinate representation of color #233C4D: hue angle of 204.29º 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 #233C4D is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 60 | 77 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.70 |
| HSL | 204.29º | 0.38% | 0.22% | - |
| HSV(B) | 204.29º | 0.55% | 0.3% | - |
| XYZ | 3.65 | 4.12 | 7.63 | - |
| YUV | 54.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 77 | 0.55 | 0.22 | 0 | 0.70 | 204.29 | 0.38 | 0.22 |
| Hex | 23 | 3C | 4D | 37 | 16 | 0 | 46 | CC | 26 | 16 |
| Octal | 43 | 74 | 115 | 67 | 26 | 0 | 106 | 314 | 46 | 26 |
| Binary | 100011 | 111100 | 1001101 | 110111 | 10110 | 0 | 1000110 | 11001100 | 100110 | 10110 |
Color Harmonies of #233C4D
Complementary color
Monochromatic Colors of #233C4D
Black with #233C4D
Text Example
Text Example
White with #233C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C4D; }
p { color: rgb(35,60,77); }
H1.HeaderClassName
{
color: #233C4D;
}
.AnyTagClassName
{
color: #233C4D;
}
</style>
background-color css
<style>
a { background-color: #233C4D; }
a { background-color: rgb(35,60,77); }
div.DivClassName
{
background-color: #233C4D;
}
.BgClassName
{
background-color: #233C4D;
}
</style>
border-color css
<style>
span { border-color: #233C4D; }
span { border-color: rgb(35,60,77); }
td.TdClassName
{
border-color: #233C4D;
}
.TagClassName
{
border-color: #233C4D;
}
</style>