Shades of Blue Whale #1D3340
Tints of Blue Whale #1D3340
RGB
CMYK
RGB Variations
Color information
#1D3340 (or 0x1D3340) is known color: Blue Whale. HEX triplet: 1D, 33 and 40. RGB value is (29,51,64). Sum of RGB (Red+Green+Blue) = 29+51+64=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3340 is #E2CCBF. Grayscale: #2D2D2D. Windows color (decimal): -14863552 or 4207389. OLE color: 4207389.
HSL color Cylindrical-coordinate representation of color #1D3340: hue angle of 202.29º 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 #1D3340 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 51 | 64 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.75 |
| HSL | 202.29º | 0.38% | 0.18% | - |
| HSV(B) | 202.29º | 0.55% | 0.25% | - |
| XYZ | 2.62 | 3 | 5.29 | - |
| YUV | 45.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 64 | 0.55 | 0.20 | 0 | 0.75 | 202.29 | 0.38 | 0.18 |
| Hex | 1D | 33 | 40 | 37 | 14 | 0 | 4B | CA | 26 | 12 |
| Octal | 35 | 63 | 100 | 67 | 24 | 0 | 113 | 312 | 46 | 22 |
| Binary | 11101 | 110011 | 1000000 | 110111 | 10100 | 0 | 1001011 | 11001010 | 100110 | 10010 |
Color Harmonies of #1D3340
Complementary color
Monochromatic Colors of #1D3340
Black with #1D3340
Text Example
Text Example
White with #1D3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3340; }
p { color: rgb(29,51,64); }
H1.HeaderClassName
{
color: #1D3340;
}
.AnyTagClassName
{
color: #1D3340;
}
</style>
background-color css
<style>
a { background-color: #1D3340; }
a { background-color: rgb(29,51,64); }
div.DivClassName
{
background-color: #1D3340;
}
.BgClassName
{
background-color: #1D3340;
}
</style>
border-color css
<style>
span { border-color: #1D3340; }
span { border-color: rgb(29,51,64); }
td.TdClassName
{
border-color: #1D3340;
}
.TagClassName
{
border-color: #1D3340;
}
</style>