Shades of Blue Whale #1D364D
Tints of Blue Whale #1D364D
RGB
CMYK
RGB Variations
Color information
#1D364D (or 0x1D364D) is known color: Blue Whale. HEX triplet: 1D, 36 and 4D. RGB value is (29,54,77). Sum of RGB (Red+Green+Blue) = 29+54+77=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D364D is #E2C9B2. Grayscale: #313131. Windows color (decimal): -14862771 or 5060125. OLE color: 5060125.
HSL color Cylindrical-coordinate representation of color #1D364D: hue angle of 208.75º 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 #1D364D is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 54 | 77 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.70 |
| HSL | 208.75º | 0.45% | 0.21% | - |
| HSV(B) | 208.75º | 0.62% | 0.3% | - |
| XYZ | 3.17 | 3.44 | 7.52 | - |
| YUV | 49.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 77 | 0.62 | 0.30 | 0 | 0.70 | 208.75 | 0.45 | 0.21 |
| Hex | 1D | 36 | 4D | 3E | 1E | 0 | 46 | D1 | 2D | 15 |
| Octal | 35 | 66 | 115 | 76 | 36 | 0 | 106 | 321 | 55 | 25 |
| Binary | 11101 | 110110 | 1001101 | 111110 | 11110 | 0 | 1000110 | 11010001 | 101101 | 10101 |
Color Harmonies of #1D364D
Complementary color
Monochromatic Colors of #1D364D
Black with #1D364D
Text Example
Text Example
White with #1D364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D364D; }
p { color: rgb(29,54,77); }
H1.HeaderClassName
{
color: #1D364D;
}
.AnyTagClassName
{
color: #1D364D;
}
</style>
background-color css
<style>
a { background-color: #1D364D; }
a { background-color: rgb(29,54,77); }
div.DivClassName
{
background-color: #1D364D;
}
.BgClassName
{
background-color: #1D364D;
}
</style>
border-color css
<style>
span { border-color: #1D364D; }
span { border-color: rgb(29,54,77); }
td.TdClassName
{
border-color: #1D364D;
}
.TagClassName
{
border-color: #1D364D;
}
</style>