Shades of Catalina Blue #1F356C
Tints of Catalina Blue #1F356C
RGB
CMYK
RGB Variations
Color information
#1F356C (or 0x1F356C) is known color: Catalina Blue. HEX triplet: 1F, 35 and 6C. RGB value is (31,53,108). Sum of RGB (Red+Green+Blue) = 31+53+108=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F356C is #E0CA93. Grayscale: #343434. Windows color (decimal): -14731924 or 7091487. OLE color: 7091487.
HSL color Cylindrical-coordinate representation of color #1F356C: hue angle of 222.86º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F356C is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 53 | 108 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.58 |
| HSL | 222.86º | 0.55% | 0.27% | - |
| HSV(B) | 222.86º | 0.71% | 0.42% | - |
| XYZ | 4.54 | 3.92 | 14.7 | - |
| YUV | 52.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 108 | 0.71 | 0.51 | 0 | 0.58 | 222.86 | 0.55 | 0.27 |
| Hex | 1F | 35 | 6C | 47 | 33 | 0 | 3A | DF | 37 | 1B |
| Octal | 37 | 65 | 154 | 107 | 63 | 0 | 72 | 337 | 67 | 33 |
| Binary | 11111 | 110101 | 1101100 | 1000111 | 110011 | 0 | 111010 | 11011111 | 110111 | 11011 |
Color Harmonies of #1F356C
Complementary color
Monochromatic Colors of #1F356C
Black with #1F356C
Text Example
Text Example
White with #1F356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F356C; }
p { color: rgb(31,53,108); }
H1.HeaderClassName
{
color: #1F356C;
}
.AnyTagClassName
{
color: #1F356C;
}
</style>
background-color css
<style>
a { background-color: #1F356C; }
a { background-color: rgb(31,53,108); }
div.DivClassName
{
background-color: #1F356C;
}
.BgClassName
{
background-color: #1F356C;
}
</style>
border-color css
<style>
span { border-color: #1F356C; }
span { border-color: rgb(31,53,108); }
td.TdClassName
{
border-color: #1F356C;
}
.TagClassName
{
border-color: #1F356C;
}
</style>