Shades of Nile Blue #304553
Tints of Nile Blue #304553
RGB
CMYK
RGB Variations
Color information
#304553 (or 0x304553) is known color: Nile Blue. HEX triplet: 30, 45 and 53. RGB value is (48,69,83). Sum of RGB (Red+Green+Blue) = 48+69+83=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #304553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304553 is #CFBAAC. Grayscale: #404040. Windows color (decimal): -13613741 or 5457200. OLE color: 5457200.
HSL color Cylindrical-coordinate representation of color #304553: hue angle of 204º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304553 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 69 | 83 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.67 |
| HSL | 204º | 0.27% | 0.26% | - |
| HSV(B) | 204º | 0.42% | 0.33% | - |
| XYZ | 4.91 | 5.51 | 8.99 | - |
| YUV | 64.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 83 | 0.42 | 0.17 | 0 | 0.67 | 204 | 0.27 | 0.26 |
| Hex | 30 | 45 | 53 | 2A | 11 | 0 | 43 | CC | 1B | 1A |
| Octal | 60 | 105 | 123 | 52 | 21 | 0 | 103 | 314 | 33 | 32 |
| Binary | 110000 | 1000101 | 1010011 | 101010 | 10001 | 0 | 1000011 | 11001100 | 11011 | 11010 |
Color Harmonies of #304553
Complementary color
Monochromatic Colors of #304553
Black with #304553
Text Example
Text Example
White with #304553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304553; }
p { color: rgb(48,69,83); }
H1.HeaderClassName
{
color: #304553;
}
.AnyTagClassName
{
color: #304553;
}
</style>
background-color css
<style>
a { background-color: #304553; }
a { background-color: rgb(48,69,83); }
div.DivClassName
{
background-color: #304553;
}
.BgClassName
{
background-color: #304553;
}
</style>
border-color css
<style>
span { border-color: #304553; }
span { border-color: rgb(48,69,83); }
td.TdClassName
{
border-color: #304553;
}
.TagClassName
{
border-color: #304553;
}
</style>