Shades of Catalina Blue #1D3C70
Tints of Catalina Blue #1D3C70
RGB
CMYK
RGB Variations
Color information
#1D3C70 (or 0x1D3C70) is known color: Catalina Blue. HEX triplet: 1D, 3C and 70. RGB value is (29,60,112). Sum of RGB (Red+Green+Blue) = 29+60+112=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D3C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C70 is #E2C38F. Grayscale: #383838. Windows color (decimal): -14861200 or 7355421. OLE color: 7355421.
HSL color Cylindrical-coordinate representation of color #1D3C70: hue angle of 217.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D3C70 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 60 | 112 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.56 |
| HSL | 217.59º | 0.59% | 0.28% | - |
| HSV(B) | 217.59º | 0.74% | 0.44% | - |
| XYZ | 5.05 | 4.66 | 15.96 | - |
| YUV | 56.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 112 | 0.74 | 0.46 | 0 | 0.56 | 217.59 | 0.59 | 0.28 |
| Hex | 1D | 3C | 70 | 4A | 2E | 0 | 38 | DA | 3B | 1C |
| Octal | 35 | 74 | 160 | 112 | 56 | 0 | 70 | 332 | 73 | 34 |
| Binary | 11101 | 111100 | 1110000 | 1001010 | 101110 | 0 | 111000 | 11011010 | 111011 | 11100 |
Color Harmonies of #1D3C70
Complementary color
Monochromatic Colors of #1D3C70
Black with #1D3C70
Text Example
Text Example
White with #1D3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C70; }
p { color: rgb(29,60,112); }
H1.HeaderClassName
{
color: #1D3C70;
}
.AnyTagClassName
{
color: #1D3C70;
}
</style>
background-color css
<style>
a { background-color: #1D3C70; }
a { background-color: rgb(29,60,112); }
div.DivClassName
{
background-color: #1D3C70;
}
.BgClassName
{
background-color: #1D3C70;
}
</style>
border-color css
<style>
span { border-color: #1D3C70; }
span { border-color: rgb(29,60,112); }
td.TdClassName
{
border-color: #1D3C70;
}
.TagClassName
{
border-color: #1D3C70;
}
</style>