Shades of Catalina Blue #1D3466
Tints of Catalina Blue #1D3466
RGB
CMYK
RGB Variations
Color information
#1D3466 (or 0x1D3466) is known color: Catalina Blue. HEX triplet: 1D, 34 and 66. RGB value is (29,52,102). Sum of RGB (Red+Green+Blue) = 29+52+102=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3466 is #E2CB99. Grayscale: #323232. Windows color (decimal): -14863258 or 6698013. OLE color: 6698013.
HSL color Cylindrical-coordinate representation of color #1D3466: hue angle of 221.1º 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 #1D3466 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 52 | 102 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.6 |
| HSL | 221.1º | 0.56% | 0.26% | - |
| HSV(B) | 221.1º | 0.72% | 0.4% | - |
| XYZ | 4.13 | 3.68 | 13.06 | - |
| YUV | 50.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 102 | 0.72 | 0.49 | 0 | 0.6 | 221.1 | 0.56 | 0.26 |
| Hex | 1D | 34 | 66 | 48 | 31 | 0 | 3C | DD | 38 | 1A |
| Octal | 35 | 64 | 146 | 110 | 61 | 0 | 74 | 335 | 70 | 32 |
| Binary | 11101 | 110100 | 1100110 | 1001000 | 110001 | 0 | 111100 | 11011101 | 111000 | 11010 |
Color Harmonies of #1D3466
Complementary color
Monochromatic Colors of #1D3466
Black with #1D3466
Text Example
Text Example
White with #1D3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3466; }
p { color: rgb(29,52,102); }
H1.HeaderClassName
{
color: #1D3466;
}
.AnyTagClassName
{
color: #1D3466;
}
</style>
background-color css
<style>
a { background-color: #1D3466; }
a { background-color: rgb(29,52,102); }
div.DivClassName
{
background-color: #1D3466;
}
.BgClassName
{
background-color: #1D3466;
}
</style>
border-color css
<style>
span { border-color: #1D3466; }
span { border-color: rgb(29,52,102); }
td.TdClassName
{
border-color: #1D3466;
}
.TagClassName
{
border-color: #1D3466;
}
</style>