Shades of Blue Whale #1D374D
Tints of Blue Whale #1D374D
RGB
CMYK
RGB Variations
Color information
#1D374D (or 0x1D374D) is known color: Blue Whale. HEX triplet: 1D, 37 and 4D. RGB value is (29,55,77). Sum of RGB (Red+Green+Blue) = 29+55+77=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D374D is #E2C8B2. Grayscale: #313131. Windows color (decimal): -14862515 or 5060381. OLE color: 5060381.
HSL color Cylindrical-coordinate representation of color #1D374D: hue angle of 207.5º 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 #1D374D is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 55 | 77 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.70 |
| HSL | 207.5º | 0.45% | 0.21% | - |
| HSV(B) | 207.5º | 0.62% | 0.3% | - |
| XYZ | 3.21 | 3.53 | 7.53 | - |
| YUV | 49.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 77 | 0.62 | 0.29 | 0 | 0.70 | 207.5 | 0.45 | 0.21 |
| Hex | 1D | 37 | 4D | 3E | 1D | 0 | 46 | D0 | 2D | 15 |
| Octal | 35 | 67 | 115 | 76 | 35 | 0 | 106 | 320 | 55 | 25 |
| Binary | 11101 | 110111 | 1001101 | 111110 | 11101 | 0 | 1000110 | 11010000 | 101101 | 10101 |
Color Harmonies of #1D374D
Complementary color
Monochromatic Colors of #1D374D
Black with #1D374D
Text Example
Text Example
White with #1D374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D374D; }
p { color: rgb(29,55,77); }
H1.HeaderClassName
{
color: #1D374D;
}
.AnyTagClassName
{
color: #1D374D;
}
</style>
background-color css
<style>
a { background-color: #1D374D; }
a { background-color: rgb(29,55,77); }
div.DivClassName
{
background-color: #1D374D;
}
.BgClassName
{
background-color: #1D374D;
}
</style>
border-color css
<style>
span { border-color: #1D374D; }
span { border-color: rgb(29,55,77); }
td.TdClassName
{
border-color: #1D374D;
}
.TagClassName
{
border-color: #1D374D;
}
</style>