Shades of Catalina Blue #1D3556
Tints of Catalina Blue #1D3556
RGB
CMYK
RGB Variations
Color information
#1D3556 (or 0x1D3556) is known color: Catalina Blue. HEX triplet: 1D, 35 and 56. RGB value is (29,53,86). Sum of RGB (Red+Green+Blue) = 29+53+86=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3556 is #E2CAA9. Grayscale: #313131. Windows color (decimal): -14863018 or 5649693. OLE color: 5649693.
HSL color Cylindrical-coordinate representation of color #1D3556: hue angle of 214.74º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3556 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 53 | 86 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.66 |
| HSL | 214.74º | 0.5% | 0.23% | - |
| HSV(B) | 214.74º | 0.66% | 0.34% | - |
| XYZ | 3.46 | 3.48 | 9.29 | - |
| YUV | 49.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 86 | 0.66 | 0.38 | 0 | 0.66 | 214.74 | 0.5 | 0.23 |
| Hex | 1D | 35 | 56 | 42 | 26 | 0 | 42 | D7 | 32 | 17 |
| Octal | 35 | 65 | 126 | 102 | 46 | 0 | 102 | 327 | 62 | 27 |
| Binary | 11101 | 110101 | 1010110 | 1000010 | 100110 | 0 | 1000010 | 11010111 | 110010 | 10111 |
Color Harmonies of #1D3556
Complementary color
Monochromatic Colors of #1D3556
Black with #1D3556
Text Example
Text Example
White with #1D3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3556; }
p { color: rgb(29,53,86); }
H1.HeaderClassName
{
color: #1D3556;
}
.AnyTagClassName
{
color: #1D3556;
}
</style>
background-color css
<style>
a { background-color: #1D3556; }
a { background-color: rgb(29,53,86); }
div.DivClassName
{
background-color: #1D3556;
}
.BgClassName
{
background-color: #1D3556;
}
</style>
border-color css
<style>
span { border-color: #1D3556; }
span { border-color: rgb(29,53,86); }
td.TdClassName
{
border-color: #1D3556;
}
.TagClassName
{
border-color: #1D3556;
}
</style>