Shades of Blue Whale #1D343E
Tints of Blue Whale #1D343E
RGB
CMYK
RGB Variations
Color information
#1D343E (or 0x1D343E) is known color: Blue Whale. HEX triplet: 1D, 34 and 3E. RGB value is (29,52,62). Sum of RGB (Red+Green+Blue) = 29+52+62=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D343E is #E2CBC1. Grayscale: #2E2E2E. Windows color (decimal): -14863298 or 4076573. OLE color: 4076573.
HSL color Cylindrical-coordinate representation of color #1D343E: hue angle of 198.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D343E is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 52 | 62 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.76 |
| HSL | 198.18º | 0.36% | 0.18% | - |
| HSV(B) | 198.18º | 0.53% | 0.24% | - |
| XYZ | 2.6 | 3.06 | 5.01 | - |
| YUV | 46.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 62 | 0.53 | 0.16 | 0 | 0.76 | 198.18 | 0.36 | 0.18 |
| Hex | 1D | 34 | 3E | 35 | 10 | 0 | 4C | C6 | 24 | 12 |
| Octal | 35 | 64 | 76 | 65 | 20 | 0 | 114 | 306 | 44 | 22 |
| Binary | 11101 | 110100 | 111110 | 110101 | 10000 | 0 | 1001100 | 11000110 | 100100 | 10010 |
Color Harmonies of #1D343E
Complementary color
Monochromatic Colors of #1D343E
Black with #1D343E
Text Example
Text Example
White with #1D343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D343E; }
p { color: rgb(29,52,62); }
H1.HeaderClassName
{
color: #1D343E;
}
.AnyTagClassName
{
color: #1D343E;
}
</style>
background-color css
<style>
a { background-color: #1D343E; }
a { background-color: rgb(29,52,62); }
div.DivClassName
{
background-color: #1D343E;
}
.BgClassName
{
background-color: #1D343E;
}
</style>
border-color css
<style>
span { border-color: #1D343E; }
span { border-color: rgb(29,52,62); }
td.TdClassName
{
border-color: #1D343E;
}
.TagClassName
{
border-color: #1D343E;
}
</style>