Shades of Nile Blue #283D4D
Tints of Nile Blue #283D4D
RGB
CMYK
RGB Variations
Color information
#283D4D (or 0x283D4D) is known color: Nile Blue. HEX triplet: 28, 3D and 4D. RGB value is (40,61,77). Sum of RGB (Red+Green+Blue) = 40+61+77=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #283D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D4D is #D7C2B2. Grayscale: #383838. Windows color (decimal): -14140083 or 5061928. OLE color: 5061928.
HSL color Cylindrical-coordinate representation of color #283D4D: hue angle of 205.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #283D4D is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 40 | 61 | 77 | - |
CMYK | 0.48 | 0.21 | 0 | 0.70 |
HSL | 205.95º | 0.32% | 0.23% | - |
HSV(B) | 205.95º | 0.48% | 0.3% | - |
XYZ | 3.88 | 4.32 | 7.65 | - |
YUV | 56.55 | 139.54 | 116.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 61 | 77 | 0.48 | 0.21 | 0 | 0.70 | 205.95 | 0.32 | 0.23 |
Hex | 28 | 3D | 4D | 30 | 15 | 0 | 46 | CE | 20 | 17 |
Octal | 50 | 75 | 115 | 60 | 25 | 0 | 106 | 316 | 40 | 27 |
Binary | 101000 | 111101 | 1001101 | 110000 | 10101 | 0 | 1000110 | 11001110 | 100000 | 10111 |
Color Harmonies of #283D4D
Complementary color
Monochromatic Colors of #283D4D
Black with #283D4D
Text Example
Text Example
White with #283D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D4D; }
p { color: rgb(40,61,77); }
H1.HeaderClassName
{
color: #283D4D;
}
.AnyTagClassName
{
color: #283D4D;
}
</style>
background-color css
<style>
a { background-color: #283D4D; }
a { background-color: rgb(40,61,77); }
div.DivClassName
{
background-color: #283D4D;
}
.BgClassName
{
background-color: #283D4D;
}
</style>
border-color css
<style>
span { border-color: #283D4D; }
span { border-color: rgb(40,61,77); }
td.TdClassName
{
border-color: #283D4D;
}
.TagClassName
{
border-color: #283D4D;
}
</style>