Shades of Blue Whale #1D333D
Tints of Blue Whale #1D333D
RGB
CMYK
RGB Variations
Color information
#1D333D (or 0x1D333D) is known color: Blue Whale. HEX triplet: 1D, 33 and 3D. RGB value is (29,51,61). Sum of RGB (Red+Green+Blue) = 29+51+61=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D333D is #E2CCC2. Grayscale: #2D2D2D. Windows color (decimal): -14863555 or 4010781. OLE color: 4010781.
HSL color Cylindrical-coordinate representation of color #1D333D: hue angle of 198.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D333D is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 51 | 61 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.76 |
| HSL | 198.75º | 0.36% | 0.18% | - |
| HSV(B) | 198.75º | 0.52% | 0.24% | - |
| XYZ | 2.53 | 2.97 | 4.85 | - |
| YUV | 45.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 61 | 0.52 | 0.16 | 0 | 0.76 | 198.75 | 0.36 | 0.18 |
| Hex | 1D | 33 | 3D | 34 | 10 | 0 | 4C | C7 | 24 | 12 |
| Octal | 35 | 63 | 75 | 64 | 20 | 0 | 114 | 307 | 44 | 22 |
| Binary | 11101 | 110011 | 111101 | 110100 | 10000 | 0 | 1001100 | 11000111 | 100100 | 10010 |
Color Harmonies of #1D333D
Complementary color
Monochromatic Colors of #1D333D
Black with #1D333D
Text Example
Text Example
White with #1D333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D333D; }
p { color: rgb(29,51,61); }
H1.HeaderClassName
{
color: #1D333D;
}
.AnyTagClassName
{
color: #1D333D;
}
</style>
background-color css
<style>
a { background-color: #1D333D; }
a { background-color: rgb(29,51,61); }
div.DivClassName
{
background-color: #1D333D;
}
.BgClassName
{
background-color: #1D333D;
}
</style>
border-color css
<style>
span { border-color: #1D333D; }
span { border-color: rgb(29,51,61); }
td.TdClassName
{
border-color: #1D333D;
}
.TagClassName
{
border-color: #1D333D;
}
</style>