Shades of Nile Blue #233E4D
Tints of Nile Blue #233E4D
RGB
CMYK
RGB Variations
Color information
#233E4D (or 0x233E4D) is known color: Nile Blue. HEX triplet: 23, 3E and 4D. RGB value is (35,62,77). Sum of RGB (Red+Green+Blue) = 35+62+77=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #233E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E4D is #DCC1B2. Grayscale: #373737. Windows color (decimal): -14467507 or 5062179. OLE color: 5062179.
HSL color Cylindrical-coordinate representation of color #233E4D: hue angle of 201.43º 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 #233E4D is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 62 | 77 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.70 |
| HSL | 201.43º | 0.38% | 0.22% | - |
| HSV(B) | 201.43º | 0.55% | 0.3% | - |
| XYZ | 3.76 | 4.34 | 7.66 | - |
| YUV | 55.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 77 | 0.55 | 0.19 | 0 | 0.70 | 201.43 | 0.38 | 0.22 |
| Hex | 23 | 3E | 4D | 37 | 13 | 0 | 46 | C9 | 26 | 16 |
| Octal | 43 | 76 | 115 | 67 | 23 | 0 | 106 | 311 | 46 | 26 |
| Binary | 100011 | 111110 | 1001101 | 110111 | 10011 | 0 | 1000110 | 11001001 | 100110 | 10110 |
Color Harmonies of #233E4D
Complementary color
Monochromatic Colors of #233E4D
Black with #233E4D
Text Example
Text Example
White with #233E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E4D; }
p { color: rgb(35,62,77); }
H1.HeaderClassName
{
color: #233E4D;
}
.AnyTagClassName
{
color: #233E4D;
}
</style>
background-color css
<style>
a { background-color: #233E4D; }
a { background-color: rgb(35,62,77); }
div.DivClassName
{
background-color: #233E4D;
}
.BgClassName
{
background-color: #233E4D;
}
</style>
border-color css
<style>
span { border-color: #233E4D; }
span { border-color: rgb(35,62,77); }
td.TdClassName
{
border-color: #233E4D;
}
.TagClassName
{
border-color: #233E4D;
}
</style>