Shades of Blue Whale #18344C
Tints of Blue Whale #18344C
RGB
CMYK
RGB Variations
Color information
#18344C (or 0x18344C) is known color: Blue Whale. HEX triplet: 18, 34 and 4C. RGB value is (24,52,76). Sum of RGB (Red+Green+Blue) = 24+52+76=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #18344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18344C is #E7CBB3. Grayscale: #2E2E2E. Windows color (decimal): -15190964 or 4994072. OLE color: 4994072.
HSL color Cylindrical-coordinate representation of color #18344C: hue angle of 207.69º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18344C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 52 | 76 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.70 |
| HSL | 207.69º | 0.52% | 0.2% | - |
| HSV(B) | 207.69º | 0.68% | 0.3% | - |
| XYZ | 2.91 | 3.17 | 7.3 | - |
| YUV | 46.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 76 | 0.68 | 0.32 | 0 | 0.70 | 207.69 | 0.52 | 0.2 |
| Hex | 18 | 34 | 4C | 44 | 20 | 0 | 46 | D0 | 34 | 14 |
| Octal | 30 | 64 | 114 | 104 | 40 | 0 | 106 | 320 | 64 | 24 |
| Binary | 11000 | 110100 | 1001100 | 1000100 | 100000 | 0 | 1000110 | 11010000 | 110100 | 10100 |
Color Harmonies of #18344C
Complementary color
Monochromatic Colors of #18344C
Black with #18344C
Text Example
Text Example
White with #18344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18344C; }
p { color: rgb(24,52,76); }
H1.HeaderClassName
{
color: #18344C;
}
.AnyTagClassName
{
color: #18344C;
}
</style>
background-color css
<style>
a { background-color: #18344C; }
a { background-color: rgb(24,52,76); }
div.DivClassName
{
background-color: #18344C;
}
.BgClassName
{
background-color: #18344C;
}
</style>
border-color css
<style>
span { border-color: #18344C; }
span { border-color: rgb(24,52,76); }
td.TdClassName
{
border-color: #18344C;
}
.TagClassName
{
border-color: #18344C;
}
</style>