Shades of Blue Whale #1D364C
Tints of Blue Whale #1D364C
RGB
CMYK
RGB Variations
Color information
#1D364C (or 0x1D364C) is known color: Blue Whale. HEX triplet: 1D, 36 and 4C. RGB value is (29,54,76). Sum of RGB (Red+Green+Blue) = 29+54+76=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D364C is #E2C9B3. Grayscale: #303030. Windows color (decimal): -14862772 or 4994589. OLE color: 4994589.
HSL color Cylindrical-coordinate representation of color #1D364C: hue angle of 208.09º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D364C is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 54 | 76 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.70 |
| HSL | 208.09º | 0.45% | 0.21% | - |
| HSV(B) | 208.09º | 0.62% | 0.3% | - |
| XYZ | 3.13 | 3.42 | 7.33 | - |
| YUV | 49.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 76 | 0.62 | 0.29 | 0 | 0.70 | 208.09 | 0.45 | 0.21 |
| Hex | 1D | 36 | 4C | 3E | 1D | 0 | 46 | D0 | 2D | 15 |
| Octal | 35 | 66 | 114 | 76 | 35 | 0 | 106 | 320 | 55 | 25 |
| Binary | 11101 | 110110 | 1001100 | 111110 | 11101 | 0 | 1000110 | 11010000 | 101101 | 10101 |
Color Harmonies of #1D364C
Complementary color
Monochromatic Colors of #1D364C
Black with #1D364C
Text Example
Text Example
White with #1D364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D364C; }
p { color: rgb(29,54,76); }
H1.HeaderClassName
{
color: #1D364C;
}
.AnyTagClassName
{
color: #1D364C;
}
</style>
background-color css
<style>
a { background-color: #1D364C; }
a { background-color: rgb(29,54,76); }
div.DivClassName
{
background-color: #1D364C;
}
.BgClassName
{
background-color: #1D364C;
}
</style>
border-color css
<style>
span { border-color: #1D364C; }
span { border-color: rgb(29,54,76); }
td.TdClassName
{
border-color: #1D364C;
}
.TagClassName
{
border-color: #1D364C;
}
</style>