Shades of Nile Blue #233C4C
Tints of Nile Blue #233C4C
RGB
CMYK
RGB Variations
Color information
#233C4C (or 0x233C4C) is known color: Nile Blue. HEX triplet: 23, 3C and 4C. RGB value is (35,60,76). Sum of RGB (Red+Green+Blue) = 35+60+76=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #233C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C4C is #DCC3B3. Grayscale: #363636. Windows color (decimal): -14468020 or 4996131. OLE color: 4996131.
HSL color Cylindrical-coordinate representation of color #233C4C: hue angle of 203.41º 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 #233C4C is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 60 | 76 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.70 |
| HSL | 203.41º | 0.37% | 0.22% | - |
| HSV(B) | 203.41º | 0.54% | 0.3% | - |
| XYZ | 3.61 | 4.11 | 7.44 | - |
| YUV | 54.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 76 | 0.54 | 0.21 | 0 | 0.70 | 203.41 | 0.37 | 0.22 |
| Hex | 23 | 3C | 4C | 36 | 15 | 0 | 46 | CB | 25 | 16 |
| Octal | 43 | 74 | 114 | 66 | 25 | 0 | 106 | 313 | 45 | 26 |
| Binary | 100011 | 111100 | 1001100 | 110110 | 10101 | 0 | 1000110 | 11001011 | 100101 | 10110 |
Color Harmonies of #233C4C
Complementary color
Monochromatic Colors of #233C4C
Black with #233C4C
Text Example
Text Example
White with #233C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C4C; }
p { color: rgb(35,60,76); }
H1.HeaderClassName
{
color: #233C4C;
}
.AnyTagClassName
{
color: #233C4C;
}
</style>
background-color css
<style>
a { background-color: #233C4C; }
a { background-color: rgb(35,60,76); }
div.DivClassName
{
background-color: #233C4C;
}
.BgClassName
{
background-color: #233C4C;
}
</style>
border-color css
<style>
span { border-color: #233C4C; }
span { border-color: rgb(35,60,76); }
td.TdClassName
{
border-color: #233C4C;
}
.TagClassName
{
border-color: #233C4C;
}
</style>