Shades of Catalina Blue #1D3452
Tints of Catalina Blue #1D3452
RGB
CMYK
RGB Variations
Color information
#1D3452 (or 0x1D3452) is known color: Catalina Blue. HEX triplet: 1D, 34 and 52. RGB value is (29,52,82). Sum of RGB (Red+Green+Blue) = 29+52+82=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D3452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3452 is #E2CBAD. Grayscale: #303030. Windows color (decimal): -14863278 or 5387293. OLE color: 5387293.
HSL color Cylindrical-coordinate representation of color #1D3452: hue angle of 213.96º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3452 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 52 | 82 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.68 |
| HSL | 213.96º | 0.48% | 0.22% | - |
| HSV(B) | 213.96º | 0.65% | 0.32% | - |
| XYZ | 3.26 | 3.33 | 8.45 | - |
| YUV | 48.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 82 | 0.65 | 0.37 | 0 | 0.68 | 213.96 | 0.48 | 0.22 |
| Hex | 1D | 34 | 52 | 41 | 25 | 0 | 44 | D6 | 30 | 16 |
| Octal | 35 | 64 | 122 | 101 | 45 | 0 | 104 | 326 | 60 | 26 |
| Binary | 11101 | 110100 | 1010010 | 1000001 | 100101 | 0 | 1000100 | 11010110 | 110000 | 10110 |
Color Harmonies of #1D3452
Complementary color
Monochromatic Colors of #1D3452
Black with #1D3452
Text Example
Text Example
White with #1D3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3452; }
p { color: rgb(29,52,82); }
H1.HeaderClassName
{
color: #1D3452;
}
.AnyTagClassName
{
color: #1D3452;
}
</style>
background-color css
<style>
a { background-color: #1D3452; }
a { background-color: rgb(29,52,82); }
div.DivClassName
{
background-color: #1D3452;
}
.BgClassName
{
background-color: #1D3452;
}
</style>
border-color css
<style>
span { border-color: #1D3452; }
span { border-color: rgb(29,52,82); }
td.TdClassName
{
border-color: #1D3452;
}
.TagClassName
{
border-color: #1D3452;
}
</style>