Shades of Blue Whale #183449
Tints of Blue Whale #183449
RGB
CMYK
RGB Variations
Color information
#183449 (or 0x183449) is known color: Blue Whale. HEX triplet: 18, 34 and 49. RGB value is (24,52,73). Sum of RGB (Red+Green+Blue) = 24+52+73=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #183449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183449 is #E7CBB6. Grayscale: #2D2D2D. Windows color (decimal): -15190967 or 4797464. OLE color: 4797464.
HSL color Cylindrical-coordinate representation of color #183449: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183449 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 52 | 73 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.71 |
| HSL | 205.71º | 0.51% | 0.19% | - |
| HSV(B) | 205.71º | 0.67% | 0.29% | - |
| XYZ | 2.81 | 3.13 | 6.76 | - |
| YUV | 46.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 73 | 0.67 | 0.29 | 0 | 0.71 | 205.71 | 0.51 | 0.19 |
| Hex | 18 | 34 | 49 | 43 | 1D | 0 | 47 | CE | 33 | 13 |
| Octal | 30 | 64 | 111 | 103 | 35 | 0 | 107 | 316 | 63 | 23 |
| Binary | 11000 | 110100 | 1001001 | 1000011 | 11101 | 0 | 1000111 | 11001110 | 110011 | 10011 |
Color Harmonies of #183449
Complementary color
Monochromatic Colors of #183449
Black with #183449
Text Example
Text Example
White with #183449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183449; }
p { color: rgb(24,52,73); }
H1.HeaderClassName
{
color: #183449;
}
.AnyTagClassName
{
color: #183449;
}
</style>
background-color css
<style>
a { background-color: #183449; }
a { background-color: rgb(24,52,73); }
div.DivClassName
{
background-color: #183449;
}
.BgClassName
{
background-color: #183449;
}
</style>
border-color css
<style>
span { border-color: #183449; }
span { border-color: rgb(24,52,73); }
td.TdClassName
{
border-color: #183449;
}
.TagClassName
{
border-color: #183449;
}
</style>