Shades of Catalina Blue #1D3766
Tints of Catalina Blue #1D3766
RGB
CMYK
RGB Variations
Color information
#1D3766 (or 0x1D3766) is known color: Catalina Blue. HEX triplet: 1D, 37 and 66. RGB value is (29,55,102). Sum of RGB (Red+Green+Blue) = 29+55+102=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3766 is #E2C899. Grayscale: #343434. Windows color (decimal): -14862490 or 6698781. OLE color: 6698781.
HSL color Cylindrical-coordinate representation of color #1D3766: hue angle of 218.63º 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 #1D3766 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 55 | 102 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.6 |
| HSL | 218.63º | 0.56% | 0.26% | - |
| HSV(B) | 218.63º | 0.72% | 0.4% | - |
| XYZ | 4.27 | 3.95 | 13.11 | - |
| YUV | 52.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 102 | 0.72 | 0.46 | 0 | 0.6 | 218.63 | 0.56 | 0.26 |
| Hex | 1D | 37 | 66 | 48 | 2E | 0 | 3C | DB | 38 | 1A |
| Octal | 35 | 67 | 146 | 110 | 56 | 0 | 74 | 333 | 70 | 32 |
| Binary | 11101 | 110111 | 1100110 | 1001000 | 101110 | 0 | 111100 | 11011011 | 111000 | 11010 |
Color Harmonies of #1D3766
Complementary color
Monochromatic Colors of #1D3766
Black with #1D3766
Text Example
Text Example
White with #1D3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3766; }
p { color: rgb(29,55,102); }
H1.HeaderClassName
{
color: #1D3766;
}
.AnyTagClassName
{
color: #1D3766;
}
</style>
background-color css
<style>
a { background-color: #1D3766; }
a { background-color: rgb(29,55,102); }
div.DivClassName
{
background-color: #1D3766;
}
.BgClassName
{
background-color: #1D3766;
}
</style>
border-color css
<style>
span { border-color: #1D3766; }
span { border-color: rgb(29,55,102); }
td.TdClassName
{
border-color: #1D3766;
}
.TagClassName
{
border-color: #1D3766;
}
</style>