Shades of Blue Whale #1D3546
Tints of Blue Whale #1D3546
RGB
CMYK
RGB Variations
Color information
#1D3546 (or 0x1D3546) is known color: Blue Whale. HEX triplet: 1D, 35 and 46. RGB value is (29,53,70). Sum of RGB (Red+Green+Blue) = 29+53+70=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D3546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3546 is #E2CAB9. Grayscale: #2F2F2F. Windows color (decimal): -14863034 or 4601117. OLE color: 4601117.
HSL color Cylindrical-coordinate representation of color #1D3546: hue angle of 204.88º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3546 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 53 | 70 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.73 |
| HSL | 204.88º | 0.41% | 0.19% | - |
| HSV(B) | 204.88º | 0.59% | 0.27% | - |
| XYZ | 2.89 | 3.25 | 6.27 | - |
| YUV | 47.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 70 | 0.59 | 0.24 | 0 | 0.73 | 204.88 | 0.41 | 0.19 |
| Hex | 1D | 35 | 46 | 3B | 18 | 0 | 49 | CD | 29 | 13 |
| Octal | 35 | 65 | 106 | 73 | 30 | 0 | 111 | 315 | 51 | 23 |
| Binary | 11101 | 110101 | 1000110 | 111011 | 11000 | 0 | 1001001 | 11001101 | 101001 | 10011 |
Color Harmonies of #1D3546
Complementary color
Monochromatic Colors of #1D3546
Black with #1D3546
Text Example
Text Example
White with #1D3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3546; }
p { color: rgb(29,53,70); }
H1.HeaderClassName
{
color: #1D3546;
}
.AnyTagClassName
{
color: #1D3546;
}
</style>
background-color css
<style>
a { background-color: #1D3546; }
a { background-color: rgb(29,53,70); }
div.DivClassName
{
background-color: #1D3546;
}
.BgClassName
{
background-color: #1D3546;
}
</style>
border-color css
<style>
span { border-color: #1D3546; }
span { border-color: rgb(29,53,70); }
td.TdClassName
{
border-color: #1D3546;
}
.TagClassName
{
border-color: #1D3546;
}
</style>