Shades of Catalina Blue #1F3251
Tints of Catalina Blue #1F3251
RGB
CMYK
RGB Variations
Color information
#1F3251 (or 0x1F3251) is known color: Catalina Blue. HEX triplet: 1F, 32 and 51. RGB value is (31,50,81). Sum of RGB (Red+Green+Blue) = 31+50+81=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3251 is #E0CDAE. Grayscale: #2F2F2F. Windows color (decimal): -14732719 or 5321247. OLE color: 5321247.
HSL color Cylindrical-coordinate representation of color #1F3251: hue angle of 217.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3251 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 50 | 81 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.68 |
| HSL | 217.2º | 0.45% | 0.22% | - |
| HSV(B) | 217.2º | 0.62% | 0.32% | - |
| XYZ | 3.19 | 3.17 | 8.23 | - |
| YUV | 47.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 81 | 0.62 | 0.38 | 0 | 0.68 | 217.2 | 0.45 | 0.22 |
| Hex | 1F | 32 | 51 | 3E | 26 | 0 | 44 | D9 | 2D | 16 |
| Octal | 37 | 62 | 121 | 76 | 46 | 0 | 104 | 331 | 55 | 26 |
| Binary | 11111 | 110010 | 1010001 | 111110 | 100110 | 0 | 1000100 | 11011001 | 101101 | 10110 |
Color Harmonies of #1F3251
Complementary color
Monochromatic Colors of #1F3251
Black with #1F3251
Text Example
Text Example
White with #1F3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3251; }
p { color: rgb(31,50,81); }
H1.HeaderClassName
{
color: #1F3251;
}
.AnyTagClassName
{
color: #1F3251;
}
</style>
background-color css
<style>
a { background-color: #1F3251; }
a { background-color: rgb(31,50,81); }
div.DivClassName
{
background-color: #1F3251;
}
.BgClassName
{
background-color: #1F3251;
}
</style>
border-color css
<style>
span { border-color: #1F3251; }
span { border-color: rgb(31,50,81); }
td.TdClassName
{
border-color: #1F3251;
}
.TagClassName
{
border-color: #1F3251;
}
</style>