Shades of Blue Whale #1D3543
Tints of Blue Whale #1D3543
RGB
CMYK
RGB Variations
Color information
#1D3543 (or 0x1D3543) is known color: Blue Whale. HEX triplet: 1D, 35 and 43. RGB value is (29,53,67). Sum of RGB (Red+Green+Blue) = 29+53+67=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3543 is #E2CABC. Grayscale: #2F2F2F. Windows color (decimal): -14863037 or 4404509. OLE color: 4404509.
HSL color Cylindrical-coordinate representation of color #1D3543: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3543 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 53 | 67 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.74 |
| HSL | 202.11º | 0.4% | 0.19% | - |
| HSV(B) | 202.11º | 0.57% | 0.26% | - |
| XYZ | 2.79 | 3.21 | 5.78 | - |
| YUV | 47.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 67 | 0.57 | 0.21 | 0 | 0.74 | 202.11 | 0.4 | 0.19 |
| Hex | 1D | 35 | 43 | 39 | 15 | 0 | 4A | CA | 28 | 13 |
| Octal | 35 | 65 | 103 | 71 | 25 | 0 | 112 | 312 | 50 | 23 |
| Binary | 11101 | 110101 | 1000011 | 111001 | 10101 | 0 | 1001010 | 11001010 | 101000 | 10011 |
Color Harmonies of #1D3543
Complementary color
Monochromatic Colors of #1D3543
Black with #1D3543
Text Example
Text Example
White with #1D3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3543; }
p { color: rgb(29,53,67); }
H1.HeaderClassName
{
color: #1D3543;
}
.AnyTagClassName
{
color: #1D3543;
}
</style>
background-color css
<style>
a { background-color: #1D3543; }
a { background-color: rgb(29,53,67); }
div.DivClassName
{
background-color: #1D3543;
}
.BgClassName
{
background-color: #1D3543;
}
</style>
border-color css
<style>
span { border-color: #1D3543; }
span { border-color: rgb(29,53,67); }
td.TdClassName
{
border-color: #1D3543;
}
.TagClassName
{
border-color: #1D3543;
}
</style>