Shades of Catalina Blue #1D3557
Tints of Catalina Blue #1D3557
RGB
CMYK
RGB Variations
Color information
#1D3557 (or 0x1D3557) is known color: Catalina Blue. HEX triplet: 1D, 35 and 57. RGB value is (29,53,87). Sum of RGB (Red+Green+Blue) = 29+53+87=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D3557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3557 is #E2CAA8. Grayscale: #313131. Windows color (decimal): -14863017 or 5715229. OLE color: 5715229.
HSL color Cylindrical-coordinate representation of color #1D3557: hue angle of 215.17º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3557 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 53 | 87 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.66 |
| HSL | 215.17º | 0.5% | 0.23% | - |
| HSV(B) | 215.17º | 0.67% | 0.34% | - |
| XYZ | 3.5 | 3.5 | 9.51 | - |
| YUV | 49.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 87 | 0.67 | 0.39 | 0 | 0.66 | 215.17 | 0.5 | 0.23 |
| Hex | 1D | 35 | 57 | 43 | 27 | 0 | 42 | D7 | 32 | 17 |
| Octal | 35 | 65 | 127 | 103 | 47 | 0 | 102 | 327 | 62 | 27 |
| Binary | 11101 | 110101 | 1010111 | 1000011 | 100111 | 0 | 1000010 | 11010111 | 110010 | 10111 |
Color Harmonies of #1D3557
Complementary color
Monochromatic Colors of #1D3557
Black with #1D3557
Text Example
Text Example
White with #1D3557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3557; }
p { color: rgb(29,53,87); }
H1.HeaderClassName
{
color: #1D3557;
}
.AnyTagClassName
{
color: #1D3557;
}
</style>
background-color css
<style>
a { background-color: #1D3557; }
a { background-color: rgb(29,53,87); }
div.DivClassName
{
background-color: #1D3557;
}
.BgClassName
{
background-color: #1D3557;
}
</style>
border-color css
<style>
span { border-color: #1D3557; }
span { border-color: rgb(29,53,87); }
td.TdClassName
{
border-color: #1D3557;
}
.TagClassName
{
border-color: #1D3557;
}
</style>