Shades of Blue Whale #1E3242
Tints of Blue Whale #1E3242
RGB
CMYK
RGB Variations
Color information
#1E3242 (or 0x1E3242) is known color: Blue Whale. HEX triplet: 1E, 32 and 42. RGB value is (30,50,66). Sum of RGB (Red+Green+Blue) = 30+50+66=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #1E3242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3242 is #E1CDBD. Grayscale: #2D2D2D. Windows color (decimal): -14798270 or 4338206. OLE color: 4338206.
HSL color Cylindrical-coordinate representation of color #1E3242: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E3242 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 50 | 66 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.74 |
| HSL | 206.67º | 0.38% | 0.19% | - |
| HSV(B) | 206.67º | 0.55% | 0.26% | - |
| XYZ | 2.66 | 2.95 | 5.58 | - |
| YUV | 45.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 66 | 0.55 | 0.24 | 0 | 0.74 | 206.67 | 0.38 | 0.19 |
| Hex | 1E | 32 | 42 | 37 | 18 | 0 | 4A | CF | 26 | 13 |
| Octal | 36 | 62 | 102 | 67 | 30 | 0 | 112 | 317 | 46 | 23 |
| Binary | 11110 | 110010 | 1000010 | 110111 | 11000 | 0 | 1001010 | 11001111 | 100110 | 10011 |
Color Harmonies of #1E3242
Complementary color
Monochromatic Colors of #1E3242
Black with #1E3242
Text Example
Text Example
White with #1E3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3242; }
p { color: rgb(30,50,66); }
H1.HeaderClassName
{
color: #1E3242;
}
.AnyTagClassName
{
color: #1E3242;
}
</style>
background-color css
<style>
a { background-color: #1E3242; }
a { background-color: rgb(30,50,66); }
div.DivClassName
{
background-color: #1E3242;
}
.BgClassName
{
background-color: #1E3242;
}
</style>
border-color css
<style>
span { border-color: #1E3242; }
span { border-color: rgb(30,50,66); }
td.TdClassName
{
border-color: #1E3242;
}
.TagClassName
{
border-color: #1E3242;
}
</style>