Shades of Catalina Blue #1D3451
Tints of Catalina Blue #1D3451
RGB
CMYK
RGB Variations
Color information
#1D3451 (or 0x1D3451) is known color: Catalina Blue. HEX triplet: 1D, 34 and 51. RGB value is (29,52,81). Sum of RGB (Red+Green+Blue) = 29+52+81=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3451 is #E2CBAE. Grayscale: #303030. Windows color (decimal): -14863279 or 5321757. OLE color: 5321757.
HSL color Cylindrical-coordinate representation of color #1D3451: hue angle of 213.46º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3451 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 52 | 81 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.68 |
| HSL | 213.46º | 0.47% | 0.22% | - |
| HSV(B) | 213.46º | 0.64% | 0.32% | - |
| XYZ | 3.22 | 3.31 | 8.25 | - |
| YUV | 48.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 81 | 0.64 | 0.36 | 0 | 0.68 | 213.46 | 0.47 | 0.22 |
| Hex | 1D | 34 | 51 | 40 | 24 | 0 | 44 | D5 | 2F | 16 |
| Octal | 35 | 64 | 121 | 100 | 44 | 0 | 104 | 325 | 57 | 26 |
| Binary | 11101 | 110100 | 1010001 | 1000000 | 100100 | 0 | 1000100 | 11010101 | 101111 | 10110 |
Color Harmonies of #1D3451
Complementary color
Monochromatic Colors of #1D3451
Black with #1D3451
Text Example
Text Example
White with #1D3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3451; }
p { color: rgb(29,52,81); }
H1.HeaderClassName
{
color: #1D3451;
}
.AnyTagClassName
{
color: #1D3451;
}
</style>
background-color css
<style>
a { background-color: #1D3451; }
a { background-color: rgb(29,52,81); }
div.DivClassName
{
background-color: #1D3451;
}
.BgClassName
{
background-color: #1D3451;
}
</style>
border-color css
<style>
span { border-color: #1D3451; }
span { border-color: rgb(29,52,81); }
td.TdClassName
{
border-color: #1D3451;
}
.TagClassName
{
border-color: #1D3451;
}
</style>