Shades of Catalina Blue #1D3356
Tints of Catalina Blue #1D3356
RGB
CMYK
RGB Variations
Color information
#1D3356 (or 0x1D3356) is known color: Catalina Blue. HEX triplet: 1D, 33 and 56. RGB value is (29,51,86). Sum of RGB (Red+Green+Blue) = 29+51+86=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3356 is #E2CCA9. Grayscale: #303030. Windows color (decimal): -14863530 or 5649181. OLE color: 5649181.
HSL color Cylindrical-coordinate representation of color #1D3356: hue angle of 216.84º 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 #1D3356 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 51 | 86 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.66 |
| HSL | 216.84º | 0.5% | 0.23% | - |
| HSV(B) | 216.84º | 0.66% | 0.34% | - |
| XYZ | 3.37 | 3.3 | 9.26 | - |
| YUV | 48.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 86 | 0.66 | 0.41 | 0 | 0.66 | 216.84 | 0.5 | 0.23 |
| Hex | 1D | 33 | 56 | 42 | 29 | 0 | 42 | D9 | 32 | 17 |
| Octal | 35 | 63 | 126 | 102 | 51 | 0 | 102 | 331 | 62 | 27 |
| Binary | 11101 | 110011 | 1010110 | 1000010 | 101001 | 0 | 1000010 | 11011001 | 110010 | 10111 |
Color Harmonies of #1D3356
Complementary color
Monochromatic Colors of #1D3356
Black with #1D3356
Text Example
Text Example
White with #1D3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3356; }
p { color: rgb(29,51,86); }
H1.HeaderClassName
{
color: #1D3356;
}
.AnyTagClassName
{
color: #1D3356;
}
</style>
background-color css
<style>
a { background-color: #1D3356; }
a { background-color: rgb(29,51,86); }
div.DivClassName
{
background-color: #1D3356;
}
.BgClassName
{
background-color: #1D3356;
}
</style>
border-color css
<style>
span { border-color: #1D3356; }
span { border-color: rgb(29,51,86); }
td.TdClassName
{
border-color: #1D3356;
}
.TagClassName
{
border-color: #1D3356;
}
</style>