Shades of Blue Whale #1E3344
Tints of Blue Whale #1E3344
RGB
CMYK
RGB Variations
Color information
#1E3344 (or 0x1E3344) is known color: Blue Whale. HEX triplet: 1E, 33 and 44. RGB value is (30,51,68). Sum of RGB (Red+Green+Blue) = 30+51+68=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3344 is #E1CCBB. Grayscale: #2E2E2E. Windows color (decimal): -14798012 or 4469534. OLE color: 4469534.
HSL color Cylindrical-coordinate representation of color #1E3344: hue angle of 206.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E3344 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 51 | 68 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.73 |
| HSL | 206.84º | 0.39% | 0.19% | - |
| HSV(B) | 206.84º | 0.56% | 0.27% | - |
| XYZ | 2.76 | 3.06 | 5.91 | - |
| YUV | 46.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 68 | 0.56 | 0.25 | 0 | 0.73 | 206.84 | 0.39 | 0.19 |
| Hex | 1E | 33 | 44 | 38 | 19 | 0 | 49 | CF | 27 | 13 |
| Octal | 36 | 63 | 104 | 70 | 31 | 0 | 111 | 317 | 47 | 23 |
| Binary | 11110 | 110011 | 1000100 | 111000 | 11001 | 0 | 1001001 | 11001111 | 100111 | 10011 |
Color Harmonies of #1E3344
Complementary color
Monochromatic Colors of #1E3344
Black with #1E3344
Text Example
Text Example
White with #1E3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3344; }
p { color: rgb(30,51,68); }
H1.HeaderClassName
{
color: #1E3344;
}
.AnyTagClassName
{
color: #1E3344;
}
</style>
background-color css
<style>
a { background-color: #1E3344; }
a { background-color: rgb(30,51,68); }
div.DivClassName
{
background-color: #1E3344;
}
.BgClassName
{
background-color: #1E3344;
}
</style>
border-color css
<style>
span { border-color: #1E3344; }
span { border-color: rgb(30,51,68); }
td.TdClassName
{
border-color: #1E3344;
}
.TagClassName
{
border-color: #1E3344;
}
</style>