Shades of Blue Whale #1F3848
Tints of Blue Whale #1F3848
RGB
CMYK
RGB Variations
Color information
#1F3848 (or 0x1F3848) is known color: Blue Whale. HEX triplet: 1F, 38 and 48. RGB value is (31,56,72). Sum of RGB (Red+Green+Blue) = 31+56+72=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3848 is #E0C7B7. Grayscale: #323232. Windows color (decimal): -14731192 or 4732959. OLE color: 4732959.
HSL color Cylindrical-coordinate representation of color #1F3848: hue angle of 203.41º 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 #1F3848 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 56 | 72 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.72 |
| HSL | 203.41º | 0.4% | 0.2% | - |
| HSV(B) | 203.41º | 0.57% | 0.28% | - |
| XYZ | 3.15 | 3.59 | 6.66 | - |
| YUV | 50.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 72 | 0.57 | 0.22 | 0 | 0.72 | 203.41 | 0.4 | 0.2 |
| Hex | 1F | 38 | 48 | 39 | 16 | 0 | 48 | CB | 28 | 14 |
| Octal | 37 | 70 | 110 | 71 | 26 | 0 | 110 | 313 | 50 | 24 |
| Binary | 11111 | 111000 | 1001000 | 111001 | 10110 | 0 | 1001000 | 11001011 | 101000 | 10100 |
Color Harmonies of #1F3848
Complementary color
Monochromatic Colors of #1F3848
Black with #1F3848
Text Example
Text Example
White with #1F3848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3848; }
p { color: rgb(31,56,72); }
H1.HeaderClassName
{
color: #1F3848;
}
.AnyTagClassName
{
color: #1F3848;
}
</style>
background-color css
<style>
a { background-color: #1F3848; }
a { background-color: rgb(31,56,72); }
div.DivClassName
{
background-color: #1F3848;
}
.BgClassName
{
background-color: #1F3848;
}
</style>
border-color css
<style>
span { border-color: #1F3848; }
span { border-color: rgb(31,56,72); }
td.TdClassName
{
border-color: #1F3848;
}
.TagClassName
{
border-color: #1F3848;
}
</style>