Shades of Blue Whale #183349
Tints of Blue Whale #183349
RGB
CMYK
RGB Variations
Color information
#183349 (or 0x183349) is known color: Blue Whale. HEX triplet: 18, 33 and 49. RGB value is (24,51,73). Sum of RGB (Red+Green+Blue) = 24+51+73=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #183349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183349 is #E7CCB6. Grayscale: #2D2D2D. Windows color (decimal): -15191223 or 4797208. OLE color: 4797208.
HSL color Cylindrical-coordinate representation of color #183349: hue angle of 206.94º 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 #183349 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 51 | 73 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.71 |
| HSL | 206.94º | 0.51% | 0.19% | - |
| HSV(B) | 206.94º | 0.67% | 0.29% | - |
| XYZ | 2.76 | 3.04 | 6.75 | - |
| YUV | 45.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 73 | 0.67 | 0.30 | 0 | 0.71 | 206.94 | 0.51 | 0.19 |
| Hex | 18 | 33 | 49 | 43 | 1E | 0 | 47 | CF | 33 | 13 |
| Octal | 30 | 63 | 111 | 103 | 36 | 0 | 107 | 317 | 63 | 23 |
| Binary | 11000 | 110011 | 1001001 | 1000011 | 11110 | 0 | 1000111 | 11001111 | 110011 | 10011 |
Color Harmonies of #183349
Complementary color
Monochromatic Colors of #183349
Black with #183349
Text Example
Text Example
White with #183349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183349; }
p { color: rgb(24,51,73); }
H1.HeaderClassName
{
color: #183349;
}
.AnyTagClassName
{
color: #183349;
}
</style>
background-color css
<style>
a { background-color: #183349; }
a { background-color: rgb(24,51,73); }
div.DivClassName
{
background-color: #183349;
}
.BgClassName
{
background-color: #183349;
}
</style>
border-color css
<style>
span { border-color: #183349; }
span { border-color: rgb(24,51,73); }
td.TdClassName
{
border-color: #183349;
}
.TagClassName
{
border-color: #183349;
}
</style>