Shades of Blue Whale #1F3647
Tints of Blue Whale #1F3647
RGB
CMYK
RGB Variations
Color information
#1F3647 (or 0x1F3647) is known color: Blue Whale. HEX triplet: 1F, 36 and 47. RGB value is (31,54,71). Sum of RGB (Red+Green+Blue) = 31+54+71=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F3647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3647 is #E0C9B8. Grayscale: #303030. Windows color (decimal): -14731705 or 4666911. OLE color: 4666911.
HSL color Cylindrical-coordinate representation of color #1F3647: hue angle of 205.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F3647 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 54 | 71 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.72 |
| HSL | 205.5º | 0.39% | 0.2% | - |
| HSV(B) | 205.5º | 0.56% | 0.28% | - |
| XYZ | 3.02 | 3.38 | 6.46 | - |
| YUV | 49.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 71 | 0.56 | 0.24 | 0 | 0.72 | 205.5 | 0.39 | 0.2 |
| Hex | 1F | 36 | 47 | 38 | 18 | 0 | 48 | CE | 27 | 14 |
| Octal | 37 | 66 | 107 | 70 | 30 | 0 | 110 | 316 | 47 | 24 |
| Binary | 11111 | 110110 | 1000111 | 111000 | 11000 | 0 | 1001000 | 11001110 | 100111 | 10100 |
Color Harmonies of #1F3647
Complementary color
Monochromatic Colors of #1F3647
Black with #1F3647
Text Example
Text Example
White with #1F3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3647; }
p { color: rgb(31,54,71); }
H1.HeaderClassName
{
color: #1F3647;
}
.AnyTagClassName
{
color: #1F3647;
}
</style>
background-color css
<style>
a { background-color: #1F3647; }
a { background-color: rgb(31,54,71); }
div.DivClassName
{
background-color: #1F3647;
}
.BgClassName
{
background-color: #1F3647;
}
</style>
border-color css
<style>
span { border-color: #1F3647; }
span { border-color: rgb(31,54,71); }
td.TdClassName
{
border-color: #1F3647;
}
.TagClassName
{
border-color: #1F3647;
}
</style>