Shades of Blue Whale #1D3241
Tints of Blue Whale #1D3241
RGB
CMYK
RGB Variations
Color information
#1D3241 (or 0x1D3241) is known color: Blue Whale. HEX triplet: 1D, 32 and 41. RGB value is (29,50,65). Sum of RGB (Red+Green+Blue) = 29+50+65=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3241 is #E2CDBE. Grayscale: #2D2D2D. Windows color (decimal): -14863807 or 4272669. OLE color: 4272669.
HSL color Cylindrical-coordinate representation of color #1D3241: hue angle of 205º 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 #1D3241 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 50 | 65 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.75 |
| HSL | 205º | 0.38% | 0.18% | - |
| HSV(B) | 205º | 0.55% | 0.25% | - |
| XYZ | 2.6 | 2.92 | 5.43 | - |
| YUV | 45.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 65 | 0.55 | 0.23 | 0 | 0.75 | 205 | 0.38 | 0.18 |
| Hex | 1D | 32 | 41 | 37 | 17 | 0 | 4B | CD | 26 | 12 |
| Octal | 35 | 62 | 101 | 67 | 27 | 0 | 113 | 315 | 46 | 22 |
| Binary | 11101 | 110010 | 1000001 | 110111 | 10111 | 0 | 1001011 | 11001101 | 100110 | 10010 |
Color Harmonies of #1D3241
Complementary color
Monochromatic Colors of #1D3241
Black with #1D3241
Text Example
Text Example
White with #1D3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3241; }
p { color: rgb(29,50,65); }
H1.HeaderClassName
{
color: #1D3241;
}
.AnyTagClassName
{
color: #1D3241;
}
</style>
background-color css
<style>
a { background-color: #1D3241; }
a { background-color: rgb(29,50,65); }
div.DivClassName
{
background-color: #1D3241;
}
.BgClassName
{
background-color: #1D3241;
}
</style>
border-color css
<style>
span { border-color: #1D3241; }
span { border-color: rgb(29,50,65); }
td.TdClassName
{
border-color: #1D3241;
}
.TagClassName
{
border-color: #1D3241;
}
</style>