Shades of Catalina Blue #1F3655
Tints of Catalina Blue #1F3655
RGB
CMYK
RGB Variations
Color information
#1F3655 (or 0x1F3655) is known color: Catalina Blue. HEX triplet: 1F, 36 and 55. RGB value is (31,54,85). Sum of RGB (Red+Green+Blue) = 31+54+85=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F3655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3655 is #E0C9AA. Grayscale: #323232. Windows color (decimal): -14731691 or 5584415. OLE color: 5584415.
HSL color Cylindrical-coordinate representation of color #1F3655: hue angle of 214.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3655 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 54 | 85 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.67 |
| HSL | 214.44º | 0.47% | 0.23% | - |
| HSV(B) | 214.44º | 0.64% | 0.33% | - |
| XYZ | 3.52 | 3.59 | 9.1 | - |
| YUV | 50.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 85 | 0.64 | 0.36 | 0 | 0.67 | 214.44 | 0.47 | 0.23 |
| Hex | 1F | 36 | 55 | 40 | 24 | 0 | 43 | D6 | 2F | 17 |
| Octal | 37 | 66 | 125 | 100 | 44 | 0 | 103 | 326 | 57 | 27 |
| Binary | 11111 | 110110 | 1010101 | 1000000 | 100100 | 0 | 1000011 | 11010110 | 101111 | 10111 |
Color Harmonies of #1F3655
Complementary color
Monochromatic Colors of #1F3655
Black with #1F3655
Text Example
Text Example
White with #1F3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3655; }
p { color: rgb(31,54,85); }
H1.HeaderClassName
{
color: #1F3655;
}
.AnyTagClassName
{
color: #1F3655;
}
</style>
background-color css
<style>
a { background-color: #1F3655; }
a { background-color: rgb(31,54,85); }
div.DivClassName
{
background-color: #1F3655;
}
.BgClassName
{
background-color: #1F3655;
}
</style>
border-color css
<style>
span { border-color: #1F3655; }
span { border-color: rgb(31,54,85); }
td.TdClassName
{
border-color: #1F3655;
}
.TagClassName
{
border-color: #1F3655;
}
</style>