Shades of Blue Whale #1E3548
Tints of Blue Whale #1E3548
RGB
CMYK
RGB Variations
Color information
#1E3548 (or 0x1E3548) is known color: Blue Whale. HEX triplet: 1E, 35 and 48. RGB value is (30,53,72). Sum of RGB (Red+Green+Blue) = 30+53+72=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3548 is #E1CAB7. Grayscale: #303030. Windows color (decimal): -14797496 or 4732190. OLE color: 4732190.
HSL color Cylindrical-coordinate representation of color #1E3548: hue angle of 207.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3548 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 53 | 72 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.72 |
| HSL | 207.14º | 0.41% | 0.2% | - |
| HSV(B) | 207.14º | 0.58% | 0.28% | - |
| XYZ | 2.98 | 3.29 | 6.61 | - |
| YUV | 48.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 72 | 0.58 | 0.26 | 0 | 0.72 | 207.14 | 0.41 | 0.2 |
| Hex | 1E | 35 | 48 | 3A | 1A | 0 | 48 | CF | 29 | 14 |
| Octal | 36 | 65 | 110 | 72 | 32 | 0 | 110 | 317 | 51 | 24 |
| Binary | 11110 | 110101 | 1001000 | 111010 | 11010 | 0 | 1001000 | 11001111 | 101001 | 10100 |
Color Harmonies of #1E3548
Complementary color
Monochromatic Colors of #1E3548
Black with #1E3548
Text Example
Text Example
White with #1E3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3548; }
p { color: rgb(30,53,72); }
H1.HeaderClassName
{
color: #1E3548;
}
.AnyTagClassName
{
color: #1E3548;
}
</style>
background-color css
<style>
a { background-color: #1E3548; }
a { background-color: rgb(30,53,72); }
div.DivClassName
{
background-color: #1E3548;
}
.BgClassName
{
background-color: #1E3548;
}
</style>
border-color css
<style>
span { border-color: #1E3548; }
span { border-color: rgb(30,53,72); }
td.TdClassName
{
border-color: #1E3548;
}
.TagClassName
{
border-color: #1E3548;
}
</style>