Shades of Blue Whale #1D3548
Tints of Blue Whale #1D3548
RGB
CMYK
RGB Variations
Color information
#1D3548 (or 0x1D3548) is known color: Blue Whale. HEX triplet: 1D, 35 and 48. RGB value is (29,53,72). Sum of RGB (Red+Green+Blue) = 29+53+72=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3548 is #E2CAB7. Grayscale: #2F2F2F. Windows color (decimal): -14863032 or 4732189. OLE color: 4732189.
HSL color Cylindrical-coordinate representation of color #1D3548: hue angle of 206.51º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3548 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 53 | 72 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.72 |
| HSL | 206.51º | 0.43% | 0.2% | - |
| HSV(B) | 206.51º | 0.6% | 0.28% | - |
| XYZ | 2.95 | 3.28 | 6.61 | - |
| YUV | 47.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 72 | 0.60 | 0.26 | 0 | 0.72 | 206.51 | 0.43 | 0.2 |
| Hex | 1D | 35 | 48 | 3C | 1A | 0 | 48 | CF | 2B | 14 |
| Octal | 35 | 65 | 110 | 74 | 32 | 0 | 110 | 317 | 53 | 24 |
| Binary | 11101 | 110101 | 1001000 | 111100 | 11010 | 0 | 1001000 | 11001111 | 101011 | 10100 |
Color Harmonies of #1D3548
Complementary color
Monochromatic Colors of #1D3548
Black with #1D3548
Text Example
Text Example
White with #1D3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3548; }
p { color: rgb(29,53,72); }
H1.HeaderClassName
{
color: #1D3548;
}
.AnyTagClassName
{
color: #1D3548;
}
</style>
background-color css
<style>
a { background-color: #1D3548; }
a { background-color: rgb(29,53,72); }
div.DivClassName
{
background-color: #1D3548;
}
.BgClassName
{
background-color: #1D3548;
}
</style>
border-color css
<style>
span { border-color: #1D3548; }
span { border-color: rgb(29,53,72); }
td.TdClassName
{
border-color: #1D3548;
}
.TagClassName
{
border-color: #1D3548;
}
</style>