Shades of Blue Whale #1E323F
Tints of Blue Whale #1E323F
RGB
CMYK
RGB Variations
Color information
#1E323F (or 0x1E323F) is known color: Blue Whale. HEX triplet: 1E, 32 and 3F. RGB value is (30,50,63). Sum of RGB (Red+Green+Blue) = 30+50+63=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E323F is #E1CDC0. Grayscale: #2D2D2D. Windows color (decimal): -14798273 or 4141598. OLE color: 4141598.
HSL color Cylindrical-coordinate representation of color #1E323F: hue angle of 203.64º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E323F is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 50 | 63 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.75 |
| HSL | 203.64º | 0.35% | 0.18% | - |
| HSV(B) | 203.64º | 0.52% | 0.25% | - |
| XYZ | 2.57 | 2.92 | 5.13 | - |
| YUV | 45.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 63 | 0.52 | 0.21 | 0 | 0.75 | 203.64 | 0.35 | 0.18 |
| Hex | 1E | 32 | 3F | 34 | 15 | 0 | 4B | CC | 23 | 12 |
| Octal | 36 | 62 | 77 | 64 | 25 | 0 | 113 | 314 | 43 | 22 |
| Binary | 11110 | 110010 | 111111 | 110100 | 10101 | 0 | 1001011 | 11001100 | 100011 | 10010 |
Color Harmonies of #1E323F
Complementary color
Monochromatic Colors of #1E323F
Black with #1E323F
Text Example
Text Example
White with #1E323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E323F; }
p { color: rgb(30,50,63); }
H1.HeaderClassName
{
color: #1E323F;
}
.AnyTagClassName
{
color: #1E323F;
}
</style>
background-color css
<style>
a { background-color: #1E323F; }
a { background-color: rgb(30,50,63); }
div.DivClassName
{
background-color: #1E323F;
}
.BgClassName
{
background-color: #1E323F;
}
</style>
border-color css
<style>
span { border-color: #1E323F; }
span { border-color: rgb(30,50,63); }
td.TdClassName
{
border-color: #1E323F;
}
.TagClassName
{
border-color: #1E323F;
}
</style>