Shades of Catalina Blue #1F3451
Tints of Catalina Blue #1F3451
RGB
CMYK
RGB Variations
Color information
#1F3451 (or 0x1F3451) is known color: Catalina Blue. HEX triplet: 1F, 34 and 51. RGB value is (31,52,81). Sum of RGB (Red+Green+Blue) = 31+52+81=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3451 is #E0CBAE. Grayscale: #303030. Windows color (decimal): -14732207 or 5321759. OLE color: 5321759.
HSL color Cylindrical-coordinate representation of color #1F3451: hue angle of 214.8º 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 #1F3451 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 52 | 81 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.68 |
| HSL | 214.8º | 0.45% | 0.22% | - |
| HSV(B) | 214.8º | 0.62% | 0.32% | - |
| XYZ | 3.28 | 3.34 | 8.26 | - |
| YUV | 49.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 81 | 0.62 | 0.36 | 0 | 0.68 | 214.8 | 0.45 | 0.22 |
| Hex | 1F | 34 | 51 | 3E | 24 | 0 | 44 | D7 | 2D | 16 |
| Octal | 37 | 64 | 121 | 76 | 44 | 0 | 104 | 327 | 55 | 26 |
| Binary | 11111 | 110100 | 1010001 | 111110 | 100100 | 0 | 1000100 | 11010111 | 101101 | 10110 |
Color Harmonies of #1F3451
Complementary color
Monochromatic Colors of #1F3451
Black with #1F3451
Text Example
Text Example
White with #1F3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3451; }
p { color: rgb(31,52,81); }
H1.HeaderClassName
{
color: #1F3451;
}
.AnyTagClassName
{
color: #1F3451;
}
</style>
background-color css
<style>
a { background-color: #1F3451; }
a { background-color: rgb(31,52,81); }
div.DivClassName
{
background-color: #1F3451;
}
.BgClassName
{
background-color: #1F3451;
}
</style>
border-color css
<style>
span { border-color: #1F3451; }
span { border-color: rgb(31,52,81); }
td.TdClassName
{
border-color: #1F3451;
}
.TagClassName
{
border-color: #1F3451;
}
</style>