Shades of Blue Whale #183240
Tints of Blue Whale #183240
RGB
CMYK
RGB Variations
Color information
#183240 (or 0x183240) is known color: Blue Whale. HEX triplet: 18, 32 and 40. RGB value is (24,50,64). Sum of RGB (Red+Green+Blue) = 24+50+64=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #183240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183240 is #E7CDBF. Grayscale: #2B2B2B. Windows color (decimal): -15191488 or 4207128. OLE color: 4207128.
HSL color Cylindrical-coordinate representation of color #183240: hue angle of 201º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183240 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 50 | 64 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.75 |
| HSL | 201º | 0.45% | 0.17% | - |
| HSV(B) | 201º | 0.63% | 0.25% | - |
| XYZ | 2.44 | 2.85 | 5.27 | - |
| YUV | 43.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 64 | 0.62 | 0.22 | 0 | 0.75 | 201 | 0.45 | 0.17 |
| Hex | 18 | 32 | 40 | 3E | 16 | 0 | 4B | C9 | 2D | 11 |
| Octal | 30 | 62 | 100 | 76 | 26 | 0 | 113 | 311 | 55 | 21 |
| Binary | 11000 | 110010 | 1000000 | 111110 | 10110 | 0 | 1001011 | 11001001 | 101101 | 10001 |
Color Harmonies of #183240
Complementary color
Monochromatic Colors of #183240
Black with #183240
Text Example
Text Example
White with #183240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183240; }
p { color: rgb(24,50,64); }
H1.HeaderClassName
{
color: #183240;
}
.AnyTagClassName
{
color: #183240;
}
</style>
background-color css
<style>
a { background-color: #183240; }
a { background-color: rgb(24,50,64); }
div.DivClassName
{
background-color: #183240;
}
.BgClassName
{
background-color: #183240;
}
</style>
border-color css
<style>
span { border-color: #183240; }
span { border-color: rgb(24,50,64); }
td.TdClassName
{
border-color: #183240;
}
.TagClassName
{
border-color: #183240;
}
</style>