Shades of Blue Whale #1D344A
Tints of Blue Whale #1D344A
RGB
CMYK
RGB Variations
Color information
#1D344A (or 0x1D344A) is known color: Blue Whale. HEX triplet: 1D, 34 and 4A. RGB value is (29,52,74). Sum of RGB (Red+Green+Blue) = 29+52+74=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D344A is #E2CBB5. Grayscale: #2F2F2F. Windows color (decimal): -14863286 or 4863005. OLE color: 4863005.
HSL color Cylindrical-coordinate representation of color #1D344A: hue angle of 209.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D344A is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 52 | 74 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.71 |
| HSL | 209.33º | 0.44% | 0.2% | - |
| HSV(B) | 209.33º | 0.61% | 0.29% | - |
| XYZ | 2.97 | 3.21 | 6.94 | - |
| YUV | 47.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 74 | 0.61 | 0.30 | 0 | 0.71 | 209.33 | 0.44 | 0.2 |
| Hex | 1D | 34 | 4A | 3D | 1E | 0 | 47 | D1 | 2C | 14 |
| Octal | 35 | 64 | 112 | 75 | 36 | 0 | 107 | 321 | 54 | 24 |
| Binary | 11101 | 110100 | 1001010 | 111101 | 11110 | 0 | 1000111 | 11010001 | 101100 | 10100 |
Color Harmonies of #1D344A
Complementary color
Monochromatic Colors of #1D344A
Black with #1D344A
Text Example
Text Example
White with #1D344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D344A; }
p { color: rgb(29,52,74); }
H1.HeaderClassName
{
color: #1D344A;
}
.AnyTagClassName
{
color: #1D344A;
}
</style>
background-color css
<style>
a { background-color: #1D344A; }
a { background-color: rgb(29,52,74); }
div.DivClassName
{
background-color: #1D344A;
}
.BgClassName
{
background-color: #1D344A;
}
</style>
border-color css
<style>
span { border-color: #1D344A; }
span { border-color: rgb(29,52,74); }
td.TdClassName
{
border-color: #1D344A;
}
.TagClassName
{
border-color: #1D344A;
}
</style>