Shades of Blue Whale #1F3648
Tints of Blue Whale #1F3648
RGB
CMYK
RGB Variations
Color information
#1F3648 (or 0x1F3648) is known color: Blue Whale. HEX triplet: 1F, 36 and 48. RGB value is (31,54,72). Sum of RGB (Red+Green+Blue) = 31+54+72=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3648 is #E0C9B7. Grayscale: #313131. Windows color (decimal): -14731704 or 4732447. OLE color: 4732447.
HSL color Cylindrical-coordinate representation of color #1F3648: hue angle of 206.34º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3648 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 54 | 72 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.72 |
| HSL | 206.34º | 0.4% | 0.2% | - |
| HSV(B) | 206.34º | 0.57% | 0.28% | - |
| XYZ | 3.05 | 3.4 | 6.63 | - |
| YUV | 49.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 72 | 0.57 | 0.25 | 0 | 0.72 | 206.34 | 0.4 | 0.2 |
| Hex | 1F | 36 | 48 | 39 | 19 | 0 | 48 | CE | 28 | 14 |
| Octal | 37 | 66 | 110 | 71 | 31 | 0 | 110 | 316 | 50 | 24 |
| Binary | 11111 | 110110 | 1001000 | 111001 | 11001 | 0 | 1001000 | 11001110 | 101000 | 10100 |
Color Harmonies of #1F3648
Complementary color
Monochromatic Colors of #1F3648
Black with #1F3648
Text Example
Text Example
White with #1F3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3648; }
p { color: rgb(31,54,72); }
H1.HeaderClassName
{
color: #1F3648;
}
.AnyTagClassName
{
color: #1F3648;
}
</style>
background-color css
<style>
a { background-color: #1F3648; }
a { background-color: rgb(31,54,72); }
div.DivClassName
{
background-color: #1F3648;
}
.BgClassName
{
background-color: #1F3648;
}
</style>
border-color css
<style>
span { border-color: #1F3648; }
span { border-color: rgb(31,54,72); }
td.TdClassName
{
border-color: #1F3648;
}
.TagClassName
{
border-color: #1F3648;
}
</style>