Shades of Nile Blue #233D4C
Tints of Nile Blue #233D4C
RGB
CMYK
RGB Variations
Color information
#233D4C (or 0x233D4C) is known color: Nile Blue. HEX triplet: 23, 3D and 4C. RGB value is (35,61,76). Sum of RGB (Red+Green+Blue) = 35+61+76=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #233D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D4C is #DCC2B3. Grayscale: #363636. Windows color (decimal): -14467764 or 4996387. OLE color: 4996387.
HSL color Cylindrical-coordinate representation of color #233D4C: hue angle of 201.95º 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 #233D4C is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 61 | 76 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.70 |
| HSL | 201.95º | 0.37% | 0.22% | - |
| HSV(B) | 201.95º | 0.54% | 0.3% | - |
| XYZ | 3.67 | 4.22 | 7.46 | - |
| YUV | 54.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 76 | 0.54 | 0.20 | 0 | 0.70 | 201.95 | 0.37 | 0.22 |
| Hex | 23 | 3D | 4C | 36 | 14 | 0 | 46 | CA | 25 | 16 |
| Octal | 43 | 75 | 114 | 66 | 24 | 0 | 106 | 312 | 45 | 26 |
| Binary | 100011 | 111101 | 1001100 | 110110 | 10100 | 0 | 1000110 | 11001010 | 100101 | 10110 |
Color Harmonies of #233D4C
Complementary color
Monochromatic Colors of #233D4C
Black with #233D4C
Text Example
Text Example
White with #233D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D4C; }
p { color: rgb(35,61,76); }
H1.HeaderClassName
{
color: #233D4C;
}
.AnyTagClassName
{
color: #233D4C;
}
</style>
background-color css
<style>
a { background-color: #233D4C; }
a { background-color: rgb(35,61,76); }
div.DivClassName
{
background-color: #233D4C;
}
.BgClassName
{
background-color: #233D4C;
}
</style>
border-color css
<style>
span { border-color: #233D4C; }
span { border-color: rgb(35,61,76); }
td.TdClassName
{
border-color: #233D4C;
}
.TagClassName
{
border-color: #233D4C;
}
</style>