Shades of Blue Whale #1F3241
Tints of Blue Whale #1F3241
RGB
CMYK
RGB Variations
Color information
#1F3241 (or 0x1F3241) is known color: Blue Whale. HEX triplet: 1F, 32 and 41. RGB value is (31,50,65). Sum of RGB (Red+Green+Blue) = 31+50+65=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3241 is #E0CDBE. Grayscale: #2D2D2D. Windows color (decimal): -14732735 or 4272671. OLE color: 4272671.
HSL color Cylindrical-coordinate representation of color #1F3241: hue angle of 206.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F3241 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 50 | 65 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.75 |
| HSL | 206.47º | 0.35% | 0.19% | - |
| HSV(B) | 206.47º | 0.52% | 0.25% | - |
| XYZ | 2.66 | 2.95 | 5.43 | - |
| YUV | 46.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 65 | 0.52 | 0.23 | 0 | 0.75 | 206.47 | 0.35 | 0.19 |
| Hex | 1F | 32 | 41 | 34 | 17 | 0 | 4B | CE | 23 | 13 |
| Octal | 37 | 62 | 101 | 64 | 27 | 0 | 113 | 316 | 43 | 23 |
| Binary | 11111 | 110010 | 1000001 | 110100 | 10111 | 0 | 1001011 | 11001110 | 100011 | 10011 |
Color Harmonies of #1F3241
Complementary color
Monochromatic Colors of #1F3241
Black with #1F3241
Text Example
Text Example
White with #1F3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3241; }
p { color: rgb(31,50,65); }
H1.HeaderClassName
{
color: #1F3241;
}
.AnyTagClassName
{
color: #1F3241;
}
</style>
background-color css
<style>
a { background-color: #1F3241; }
a { background-color: rgb(31,50,65); }
div.DivClassName
{
background-color: #1F3241;
}
.BgClassName
{
background-color: #1F3241;
}
</style>
border-color css
<style>
span { border-color: #1F3241; }
span { border-color: rgb(31,50,65); }
td.TdClassName
{
border-color: #1F3241;
}
.TagClassName
{
border-color: #1F3241;
}
</style>