Shades of Catalina Blue #1D346B
Tints of Catalina Blue #1D346B
RGB
CMYK
RGB Variations
Color information
#1D346B (or 0x1D346B) is known color: Catalina Blue. HEX triplet: 1D, 34 and 6B. RGB value is (29,52,107). Sum of RGB (Red+Green+Blue) = 29+52+107=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D346B is #E2CB94. Grayscale: #333333. Windows color (decimal): -14863253 or 7025693. OLE color: 7025693.
HSL color Cylindrical-coordinate representation of color #1D346B: hue angle of 222.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D346B is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 52 | 107 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.58 |
| HSL | 222.31º | 0.57% | 0.27% | - |
| HSV(B) | 222.31º | 0.73% | 0.42% | - |
| XYZ | 4.39 | 3.78 | 14.41 | - |
| YUV | 51.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 107 | 0.73 | 0.51 | 0 | 0.58 | 222.31 | 0.57 | 0.27 |
| Hex | 1D | 34 | 6B | 49 | 33 | 0 | 3A | DE | 39 | 1B |
| Octal | 35 | 64 | 153 | 111 | 63 | 0 | 72 | 336 | 71 | 33 |
| Binary | 11101 | 110100 | 1101011 | 1001001 | 110011 | 0 | 111010 | 11011110 | 111001 | 11011 |
Color Harmonies of #1D346B
Complementary color
Monochromatic Colors of #1D346B
Black with #1D346B
Text Example
Text Example
White with #1D346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D346B; }
p { color: rgb(29,52,107); }
H1.HeaderClassName
{
color: #1D346B;
}
.AnyTagClassName
{
color: #1D346B;
}
</style>
background-color css
<style>
a { background-color: #1D346B; }
a { background-color: rgb(29,52,107); }
div.DivClassName
{
background-color: #1D346B;
}
.BgClassName
{
background-color: #1D346B;
}
</style>
border-color css
<style>
span { border-color: #1D346B; }
span { border-color: rgb(29,52,107); }
td.TdClassName
{
border-color: #1D346B;
}
.TagClassName
{
border-color: #1D346B;
}
</style>