Shades of Blue Whale #1D354D
Tints of Blue Whale #1D354D
RGB
CMYK
RGB Variations
Color information
#1D354D (or 0x1D354D) is known color: Blue Whale. HEX triplet: 1D, 35 and 4D. RGB value is (29,53,77). Sum of RGB (Red+Green+Blue) = 29+53+77=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D354D is #E2CAB2. Grayscale: #303030. Windows color (decimal): -14863027 or 5059869. OLE color: 5059869.
HSL color Cylindrical-coordinate representation of color #1D354D: hue angle of 210º 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 #1D354D is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 53 | 77 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.70 |
| HSL | 210º | 0.45% | 0.21% | - |
| HSV(B) | 210º | 0.62% | 0.3% | - |
| XYZ | 3.12 | 3.34 | 7.5 | - |
| YUV | 48.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 77 | 0.62 | 0.31 | 0 | 0.70 | 210 | 0.45 | 0.21 |
| Hex | 1D | 35 | 4D | 3E | 1F | 0 | 46 | D2 | 2D | 15 |
| Octal | 35 | 65 | 115 | 76 | 37 | 0 | 106 | 322 | 55 | 25 |
| Binary | 11101 | 110101 | 1001101 | 111110 | 11111 | 0 | 1000110 | 11010010 | 101101 | 10101 |
Color Harmonies of #1D354D
Complementary color
Monochromatic Colors of #1D354D
Black with #1D354D
Text Example
Text Example
White with #1D354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D354D; }
p { color: rgb(29,53,77); }
H1.HeaderClassName
{
color: #1D354D;
}
.AnyTagClassName
{
color: #1D354D;
}
</style>
background-color css
<style>
a { background-color: #1D354D; }
a { background-color: rgb(29,53,77); }
div.DivClassName
{
background-color: #1D354D;
}
.BgClassName
{
background-color: #1D354D;
}
</style>
border-color css
<style>
span { border-color: #1D354D; }
span { border-color: rgb(29,53,77); }
td.TdClassName
{
border-color: #1D354D;
}
.TagClassName
{
border-color: #1D354D;
}
</style>