Shades of Blue Whale #06344C
Tints of Blue Whale #06344C
RGB
CMYK
RGB Variations
Color information
#06344C (or 0x06344C) is known color: Blue Whale. HEX triplet: 06, 34 and 4C. RGB value is (6,52,76). Sum of RGB (Red+Green+Blue) = 6+52+76=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #06344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06344C is #F9CBB3. Grayscale: #282828. Windows color (decimal): -16370612 or 4994054. OLE color: 4994054.
HSL color Cylindrical-coordinate representation of color #06344C: hue angle of 200.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06344C is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 52 | 76 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.70 |
| HSL | 200.57º | 0.85% | 0.16% | - |
| HSV(B) | 200.57º | 0.92% | 0.3% | - |
| XYZ | 2.61 | 3.02 | 7.28 | - |
| YUV | 40.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 76 | 0.92 | 0.32 | 0 | 0.70 | 200.57 | 0.85 | 0.16 |
| Hex | 6 | 34 | 4C | 5C | 20 | 0 | 46 | C9 | 55 | 10 |
| Octal | 6 | 64 | 114 | 134 | 40 | 0 | 106 | 311 | 125 | 20 |
| Binary | 110 | 110100 | 1001100 | 1011100 | 100000 | 0 | 1000110 | 11001001 | 1010101 | 10000 |
Color Harmonies of #06344C
Complementary color
Monochromatic Colors of #06344C
Black with #06344C
Text Example
Text Example
White with #06344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06344C; }
p { color: rgb(6,52,76); }
H1.HeaderClassName
{
color: #06344C;
}
.AnyTagClassName
{
color: #06344C;
}
</style>
background-color css
<style>
a { background-color: #06344C; }
a { background-color: rgb(6,52,76); }
div.DivClassName
{
background-color: #06344C;
}
.BgClassName
{
background-color: #06344C;
}
</style>
border-color css
<style>
span { border-color: #06344C; }
span { border-color: rgb(6,52,76); }
td.TdClassName
{
border-color: #06344C;
}
.TagClassName
{
border-color: #06344C;
}
</style>