Shades of Blue Whale #1D344D
Tints of Blue Whale #1D344D
RGB
CMYK
RGB Variations
Color information
#1D344D (or 0x1D344D) is known color: Blue Whale. HEX triplet: 1D, 34 and 4D. RGB value is (29,52,77). Sum of RGB (Red+Green+Blue) = 29+52+77=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D344D is #E2CBB2. Grayscale: #2F2F2F. Windows color (decimal): -14863283 or 5059613. OLE color: 5059613.
HSL color Cylindrical-coordinate representation of color #1D344D: hue angle of 211.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D344D is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 52 | 77 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.70 |
| HSL | 211.25º | 0.45% | 0.21% | - |
| HSV(B) | 211.25º | 0.62% | 0.3% | - |
| XYZ | 3.07 | 3.25 | 7.49 | - |
| YUV | 47.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 77 | 0.62 | 0.32 | 0 | 0.70 | 211.25 | 0.45 | 0.21 |
| Hex | 1D | 34 | 4D | 3E | 20 | 0 | 46 | D3 | 2D | 15 |
| Octal | 35 | 64 | 115 | 76 | 40 | 0 | 106 | 323 | 55 | 25 |
| Binary | 11101 | 110100 | 1001101 | 111110 | 100000 | 0 | 1000110 | 11010011 | 101101 | 10101 |
Color Harmonies of #1D344D
Complementary color
Monochromatic Colors of #1D344D
Black with #1D344D
Text Example
Text Example
White with #1D344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D344D; }
p { color: rgb(29,52,77); }
H1.HeaderClassName
{
color: #1D344D;
}
.AnyTagClassName
{
color: #1D344D;
}
</style>
background-color css
<style>
a { background-color: #1D344D; }
a { background-color: rgb(29,52,77); }
div.DivClassName
{
background-color: #1D344D;
}
.BgClassName
{
background-color: #1D344D;
}
</style>
border-color css
<style>
span { border-color: #1D344D; }
span { border-color: rgb(29,52,77); }
td.TdClassName
{
border-color: #1D344D;
}
.TagClassName
{
border-color: #1D344D;
}
</style>