Shades of Blue Whale #1D3647
Tints of Blue Whale #1D3647
RGB
CMYK
RGB Variations
Color information
#1D3647 (or 0x1D3647) is known color: Blue Whale. HEX triplet: 1D, 36 and 47. RGB value is (29,54,71). Sum of RGB (Red+Green+Blue) = 29+54+71=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3647 is #E2C9B8. Grayscale: #303030. Windows color (decimal): -14862777 or 4666909. OLE color: 4666909.
HSL color Cylindrical-coordinate representation of color #1D3647: hue angle of 204.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3647 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 54 | 71 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.72 |
| HSL | 204.29º | 0.42% | 0.2% | - |
| HSV(B) | 204.29º | 0.59% | 0.28% | - |
| XYZ | 2.96 | 3.35 | 6.45 | - |
| YUV | 48.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 71 | 0.59 | 0.24 | 0 | 0.72 | 204.29 | 0.42 | 0.2 |
| Hex | 1D | 36 | 47 | 3B | 18 | 0 | 48 | CC | 2A | 14 |
| Octal | 35 | 66 | 107 | 73 | 30 | 0 | 110 | 314 | 52 | 24 |
| Binary | 11101 | 110110 | 1000111 | 111011 | 11000 | 0 | 1001000 | 11001100 | 101010 | 10100 |
Color Harmonies of #1D3647
Complementary color
Monochromatic Colors of #1D3647
Black with #1D3647
Text Example
Text Example
White with #1D3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3647; }
p { color: rgb(29,54,71); }
H1.HeaderClassName
{
color: #1D3647;
}
.AnyTagClassName
{
color: #1D3647;
}
</style>
background-color css
<style>
a { background-color: #1D3647; }
a { background-color: rgb(29,54,71); }
div.DivClassName
{
background-color: #1D3647;
}
.BgClassName
{
background-color: #1D3647;
}
</style>
border-color css
<style>
span { border-color: #1D3647; }
span { border-color: rgb(29,54,71); }
td.TdClassName
{
border-color: #1D3647;
}
.TagClassName
{
border-color: #1D3647;
}
</style>