Shades of Blue Whale #1F374A
Tints of Blue Whale #1F374A
RGB
CMYK
RGB Variations
Color information
#1F374A (or 0x1F374A) is known color: Blue Whale. HEX triplet: 1F, 37 and 4A. RGB value is (31,55,74). Sum of RGB (Red+Green+Blue) = 31+55+74=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F374A is #E0C8B5. Grayscale: #313131. Windows color (decimal): -14731446 or 4863775. OLE color: 4863775.
HSL color Cylindrical-coordinate representation of color #1F374A: hue angle of 206.51º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F374A is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 55 | 74 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.71 |
| HSL | 206.51º | 0.41% | 0.21% | - |
| HSV(B) | 206.51º | 0.58% | 0.29% | - |
| XYZ | 3.17 | 3.52 | 6.99 | - |
| YUV | 49.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 74 | 0.58 | 0.26 | 0 | 0.71 | 206.51 | 0.41 | 0.21 |
| Hex | 1F | 37 | 4A | 3A | 1A | 0 | 47 | CF | 29 | 15 |
| Octal | 37 | 67 | 112 | 72 | 32 | 0 | 107 | 317 | 51 | 25 |
| Binary | 11111 | 110111 | 1001010 | 111010 | 11010 | 0 | 1000111 | 11001111 | 101001 | 10101 |
Color Harmonies of #1F374A
Complementary color
Monochromatic Colors of #1F374A
Black with #1F374A
Text Example
Text Example
White with #1F374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F374A; }
p { color: rgb(31,55,74); }
H1.HeaderClassName
{
color: #1F374A;
}
.AnyTagClassName
{
color: #1F374A;
}
</style>
background-color css
<style>
a { background-color: #1F374A; }
a { background-color: rgb(31,55,74); }
div.DivClassName
{
background-color: #1F374A;
}
.BgClassName
{
background-color: #1F374A;
}
</style>
border-color css
<style>
span { border-color: #1F374A; }
span { border-color: rgb(31,55,74); }
td.TdClassName
{
border-color: #1F374A;
}
.TagClassName
{
border-color: #1F374A;
}
</style>