Shades of Nile Blue #233D4D
Tints of Nile Blue #233D4D
RGB
CMYK
RGB Variations
Color information
#233D4D (or 0x233D4D) is known color: Nile Blue. HEX triplet: 23, 3D and 4D. RGB value is (35,61,77). Sum of RGB (Red+Green+Blue) = 35+61+77=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #233D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D4D is #DCC2B2. Grayscale: #363636. Windows color (decimal): -14467763 or 5061923. OLE color: 5061923.
HSL color Cylindrical-coordinate representation of color #233D4D: hue angle of 202.86º 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 #233D4D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 35 | 61 | 77 | - |
CMYK | 0.55 | 0.21 | 0 | 0.70 |
HSL | 202.86º | 0.38% | 0.22% | - |
HSV(B) | 202.86º | 0.55% | 0.3% | - |
XYZ | 3.7 | 4.23 | 7.64 | - |
YUV | 55.05 | 140.39 | 113.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 61 | 77 | 0.55 | 0.21 | 0 | 0.70 | 202.86 | 0.38 | 0.22 |
Hex | 23 | 3D | 4D | 37 | 15 | 0 | 46 | CB | 26 | 16 |
Octal | 43 | 75 | 115 | 67 | 25 | 0 | 106 | 313 | 46 | 26 |
Binary | 100011 | 111101 | 1001101 | 110111 | 10101 | 0 | 1000110 | 11001011 | 100110 | 10110 |
Color Harmonies of #233D4D
Complementary color
Monochromatic Colors of #233D4D
Black with #233D4D
Text Example
Text Example
White with #233D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D4D; }
p { color: rgb(35,61,77); }
H1.HeaderClassName
{
color: #233D4D;
}
.AnyTagClassName
{
color: #233D4D;
}
</style>
background-color css
<style>
a { background-color: #233D4D; }
a { background-color: rgb(35,61,77); }
div.DivClassName
{
background-color: #233D4D;
}
.BgClassName
{
background-color: #233D4D;
}
</style>
border-color css
<style>
span { border-color: #233D4D; }
span { border-color: rgb(35,61,77); }
td.TdClassName
{
border-color: #233D4D;
}
.TagClassName
{
border-color: #233D4D;
}
</style>