Shades of Blue Whale #18344B
Tints of Blue Whale #18344B
RGB
CMYK
RGB Variations
Color information
#18344B (or 0x18344B) is known color: Blue Whale. HEX triplet: 18, 34 and 4B. RGB value is (24,52,75). Sum of RGB (Red+Green+Blue) = 24+52+75=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #18344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18344B is #E7CBB4. Grayscale: #2E2E2E. Windows color (decimal): -15190965 or 4928536. OLE color: 4928536.
HSL color Cylindrical-coordinate representation of color #18344B: hue angle of 207.06º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18344B is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 52 | 75 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.71 |
| HSL | 207.06º | 0.52% | 0.19% | - |
| HSV(B) | 207.06º | 0.68% | 0.29% | - |
| XYZ | 2.87 | 3.16 | 7.11 | - |
| YUV | 46.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 75 | 0.68 | 0.31 | 0 | 0.71 | 207.06 | 0.52 | 0.19 |
| Hex | 18 | 34 | 4B | 44 | 1F | 0 | 47 | CF | 34 | 13 |
| Octal | 30 | 64 | 113 | 104 | 37 | 0 | 107 | 317 | 64 | 23 |
| Binary | 11000 | 110100 | 1001011 | 1000100 | 11111 | 0 | 1000111 | 11001111 | 110100 | 10011 |
Color Harmonies of #18344B
Complementary color
Monochromatic Colors of #18344B
Black with #18344B
Text Example
Text Example
White with #18344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18344B; }
p { color: rgb(24,52,75); }
H1.HeaderClassName
{
color: #18344B;
}
.AnyTagClassName
{
color: #18344B;
}
</style>
background-color css
<style>
a { background-color: #18344B; }
a { background-color: rgb(24,52,75); }
div.DivClassName
{
background-color: #18344B;
}
.BgClassName
{
background-color: #18344B;
}
</style>
border-color css
<style>
span { border-color: #18344B; }
span { border-color: rgb(24,52,75); }
td.TdClassName
{
border-color: #18344B;
}
.TagClassName
{
border-color: #18344B;
}
</style>