Shades of Catalina Blue #1F3550
Tints of Catalina Blue #1F3550
RGB
CMYK
RGB Variations
Color information
#1F3550 (or 0x1F3550) is known color: Catalina Blue. HEX triplet: 1F, 35 and 50. RGB value is (31,53,80). Sum of RGB (Red+Green+Blue) = 31+53+80=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3550 is #E0CAAF. Grayscale: #313131. Windows color (decimal): -14731952 or 5256479. OLE color: 5256479.
HSL color Cylindrical-coordinate representation of color #1F3550: hue angle of 213.06º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F3550 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 53 | 80 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.69 |
| HSL | 213.06º | 0.44% | 0.22% | - |
| HSV(B) | 213.06º | 0.61% | 0.31% | - |
| XYZ | 3.29 | 3.42 | 8.08 | - |
| YUV | 49.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 80 | 0.61 | 0.34 | 0 | 0.69 | 213.06 | 0.44 | 0.22 |
| Hex | 1F | 35 | 50 | 3D | 22 | 0 | 45 | D5 | 2C | 16 |
| Octal | 37 | 65 | 120 | 75 | 42 | 0 | 105 | 325 | 54 | 26 |
| Binary | 11111 | 110101 | 1010000 | 111101 | 100010 | 0 | 1000101 | 11010101 | 101100 | 10110 |
Color Harmonies of #1F3550
Complementary color
Monochromatic Colors of #1F3550
Black with #1F3550
Text Example
Text Example
White with #1F3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3550; }
p { color: rgb(31,53,80); }
H1.HeaderClassName
{
color: #1F3550;
}
.AnyTagClassName
{
color: #1F3550;
}
</style>
background-color css
<style>
a { background-color: #1F3550; }
a { background-color: rgb(31,53,80); }
div.DivClassName
{
background-color: #1F3550;
}
.BgClassName
{
background-color: #1F3550;
}
</style>
border-color css
<style>
span { border-color: #1F3550; }
span { border-color: rgb(31,53,80); }
td.TdClassName
{
border-color: #1F3550;
}
.TagClassName
{
border-color: #1F3550;
}
</style>