Shades of Blue Whale #1D3540
Tints of Blue Whale #1D3540
RGB
CMYK
RGB Variations
Color information
#1D3540 (or 0x1D3540) is known color: Blue Whale. HEX triplet: 1D, 35 and 40. RGB value is (29,53,64). Sum of RGB (Red+Green+Blue) = 29+53+64=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D3540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3540 is #E2CABF. Grayscale: #2F2F2F. Windows color (decimal): -14863040 or 4207901. OLE color: 4207901.
HSL color Cylindrical-coordinate representation of color #1D3540: hue angle of 198.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D3540 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 53 | 64 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.75 |
| HSL | 198.86º | 0.38% | 0.18% | - |
| HSV(B) | 198.86º | 0.55% | 0.25% | - |
| XYZ | 2.71 | 3.18 | 5.32 | - |
| YUV | 47.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 64 | 0.55 | 0.17 | 0 | 0.75 | 198.86 | 0.38 | 0.18 |
| Hex | 1D | 35 | 40 | 37 | 11 | 0 | 4B | C7 | 26 | 12 |
| Octal | 35 | 65 | 100 | 67 | 21 | 0 | 113 | 307 | 46 | 22 |
| Binary | 11101 | 110101 | 1000000 | 110111 | 10001 | 0 | 1001011 | 11000111 | 100110 | 10010 |
Color Harmonies of #1D3540
Complementary color
Monochromatic Colors of #1D3540
Black with #1D3540
Text Example
Text Example
White with #1D3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3540; }
p { color: rgb(29,53,64); }
H1.HeaderClassName
{
color: #1D3540;
}
.AnyTagClassName
{
color: #1D3540;
}
</style>
background-color css
<style>
a { background-color: #1D3540; }
a { background-color: rgb(29,53,64); }
div.DivClassName
{
background-color: #1D3540;
}
.BgClassName
{
background-color: #1D3540;
}
</style>
border-color css
<style>
span { border-color: #1D3540; }
span { border-color: rgb(29,53,64); }
td.TdClassName
{
border-color: #1D3540;
}
.TagClassName
{
border-color: #1D3540;
}
</style>