Shades of Catalina Blue #1D3866
Tints of Catalina Blue #1D3866
RGB
CMYK
RGB Variations
Color information
#1D3866 (or 0x1D3866) is known color: Catalina Blue. HEX triplet: 1D, 38 and 66. RGB value is (29,56,102). Sum of RGB (Red+Green+Blue) = 29+56+102=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3866 is #E2C799. Grayscale: #343434. Windows color (decimal): -14862234 or 6699037. OLE color: 6699037.
HSL color Cylindrical-coordinate representation of color #1D3866: hue angle of 217.81º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3866 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 56 | 102 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.6 |
| HSL | 217.81º | 0.56% | 0.26% | - |
| HSV(B) | 217.81º | 0.72% | 0.4% | - |
| XYZ | 4.32 | 4.05 | 13.12 | - |
| YUV | 53.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 102 | 0.72 | 0.45 | 0 | 0.6 | 217.81 | 0.56 | 0.26 |
| Hex | 1D | 38 | 66 | 48 | 2D | 0 | 3C | DA | 38 | 1A |
| Octal | 35 | 70 | 146 | 110 | 55 | 0 | 74 | 332 | 70 | 32 |
| Binary | 11101 | 111000 | 1100110 | 1001000 | 101101 | 0 | 111100 | 11011010 | 111000 | 11010 |
Color Harmonies of #1D3866
Complementary color
Monochromatic Colors of #1D3866
Black with #1D3866
Text Example
Text Example
White with #1D3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3866; }
p { color: rgb(29,56,102); }
H1.HeaderClassName
{
color: #1D3866;
}
.AnyTagClassName
{
color: #1D3866;
}
</style>
background-color css
<style>
a { background-color: #1D3866; }
a { background-color: rgb(29,56,102); }
div.DivClassName
{
background-color: #1D3866;
}
.BgClassName
{
background-color: #1D3866;
}
</style>
border-color css
<style>
span { border-color: #1D3866; }
span { border-color: rgb(29,56,102); }
td.TdClassName
{
border-color: #1D3866;
}
.TagClassName
{
border-color: #1D3866;
}
</style>