Shades of Blue Whale #183448
Tints of Blue Whale #183448
RGB
CMYK
RGB Variations
Color information
#183448 (or 0x183448) is known color: Blue Whale. HEX triplet: 18, 34 and 48. RGB value is (24,52,72). Sum of RGB (Red+Green+Blue) = 24+52+72=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #183448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183448 is #E7CBB7. Grayscale: #2D2D2D. Windows color (decimal): -15190968 or 4731928. OLE color: 4731928.
HSL color Cylindrical-coordinate representation of color #183448: hue angle of 205º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183448 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 52 | 72 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.72 |
| HSL | 205º | 0.5% | 0.19% | - |
| HSV(B) | 205º | 0.67% | 0.28% | - |
| XYZ | 2.77 | 3.12 | 6.59 | - |
| YUV | 45.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 72 | 0.67 | 0.28 | 0 | 0.72 | 205 | 0.5 | 0.19 |
| Hex | 18 | 34 | 48 | 43 | 1C | 0 | 48 | CD | 32 | 13 |
| Octal | 30 | 64 | 110 | 103 | 34 | 0 | 110 | 315 | 62 | 23 |
| Binary | 11000 | 110100 | 1001000 | 1000011 | 11100 | 0 | 1001000 | 11001101 | 110010 | 10011 |
Color Harmonies of #183448
Complementary color
Monochromatic Colors of #183448
Black with #183448
Text Example
Text Example
White with #183448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183448; }
p { color: rgb(24,52,72); }
H1.HeaderClassName
{
color: #183448;
}
.AnyTagClassName
{
color: #183448;
}
</style>
background-color css
<style>
a { background-color: #183448; }
a { background-color: rgb(24,52,72); }
div.DivClassName
{
background-color: #183448;
}
.BgClassName
{
background-color: #183448;
}
</style>
border-color css
<style>
span { border-color: #183448; }
span { border-color: rgb(24,52,72); }
td.TdClassName
{
border-color: #183448;
}
.TagClassName
{
border-color: #183448;
}
</style>