Shades of Catalina Blue #1D3F70
Tints of Catalina Blue #1D3F70
RGB
CMYK
RGB Variations
Color information
#1D3F70 (or 0x1D3F70) is known color: Catalina Blue. HEX triplet: 1D, 3F and 70. RGB value is (29,63,112). Sum of RGB (Red+Green+Blue) = 29+63+112=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F70 is #E2C08F. Grayscale: #3A3A3A. Windows color (decimal): -14860432 or 7356189. OLE color: 7356189.
HSL color Cylindrical-coordinate representation of color #1D3F70: hue angle of 215.42º 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 #1D3F70 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 63 | 112 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.56 |
| HSL | 215.42º | 0.59% | 0.28% | - |
| HSV(B) | 215.42º | 0.74% | 0.44% | - |
| XYZ | 5.21 | 4.99 | 16.02 | - |
| YUV | 58.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 112 | 0.74 | 0.44 | 0 | 0.56 | 215.42 | 0.59 | 0.28 |
| Hex | 1D | 3F | 70 | 4A | 2C | 0 | 38 | D7 | 3B | 1C |
| Octal | 35 | 77 | 160 | 112 | 54 | 0 | 70 | 327 | 73 | 34 |
| Binary | 11101 | 111111 | 1110000 | 1001010 | 101100 | 0 | 111000 | 11010111 | 111011 | 11100 |
Color Harmonies of #1D3F70
Complementary color
Monochromatic Colors of #1D3F70
Black with #1D3F70
Text Example
Text Example
White with #1D3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F70; }
p { color: rgb(29,63,112); }
H1.HeaderClassName
{
color: #1D3F70;
}
.AnyTagClassName
{
color: #1D3F70;
}
</style>
background-color css
<style>
a { background-color: #1D3F70; }
a { background-color: rgb(29,63,112); }
div.DivClassName
{
background-color: #1D3F70;
}
.BgClassName
{
background-color: #1D3F70;
}
</style>
border-color css
<style>
span { border-color: #1D3F70; }
span { border-color: rgb(29,63,112); }
td.TdClassName
{
border-color: #1D3F70;
}
.TagClassName
{
border-color: #1D3F70;
}
</style>