Shades of Catalina Blue #1F3A68
Tints of Catalina Blue #1F3A68
RGB
CMYK
RGB Variations
Color information
#1F3A68 (or 0x1F3A68) is known color: Catalina Blue. HEX triplet: 1F, 3A and 68. RGB value is (31,58,104). Sum of RGB (Red+Green+Blue) = 31+58+104=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A68 is #E0C597. Grayscale: #363636. Windows color (decimal): -14730648 or 6830623. OLE color: 6830623.
HSL color Cylindrical-coordinate representation of color #1F3A68: hue angle of 217.81º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3A68 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 58 | 104 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.59 |
| HSL | 217.81º | 0.54% | 0.26% | - |
| HSV(B) | 217.81º | 0.7% | 0.41% | - |
| XYZ | 4.58 | 4.32 | 13.69 | - |
| YUV | 55.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 104 | 0.70 | 0.44 | 0 | 0.59 | 217.81 | 0.54 | 0.26 |
| Hex | 1F | 3A | 68 | 46 | 2C | 0 | 3B | DA | 36 | 1A |
| Octal | 37 | 72 | 150 | 106 | 54 | 0 | 73 | 332 | 66 | 32 |
| Binary | 11111 | 111010 | 1101000 | 1000110 | 101100 | 0 | 111011 | 11011010 | 110110 | 11010 |
Color Harmonies of #1F3A68
Complementary color
Monochromatic Colors of #1F3A68
Black with #1F3A68
Text Example
Text Example
White with #1F3A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A68; }
p { color: rgb(31,58,104); }
H1.HeaderClassName
{
color: #1F3A68;
}
.AnyTagClassName
{
color: #1F3A68;
}
</style>
background-color css
<style>
a { background-color: #1F3A68; }
a { background-color: rgb(31,58,104); }
div.DivClassName
{
background-color: #1F3A68;
}
.BgClassName
{
background-color: #1F3A68;
}
</style>
border-color css
<style>
span { border-color: #1F3A68; }
span { border-color: rgb(31,58,104); }
td.TdClassName
{
border-color: #1F3A68;
}
.TagClassName
{
border-color: #1F3A68;
}
</style>