Shades of Catalina Blue #1D345D
Tints of Catalina Blue #1D345D
RGB
CMYK
RGB Variations
Color information
#1D345D (or 0x1D345D) is known color: Catalina Blue. HEX triplet: 1D, 34 and 5D. RGB value is (29,52,93). Sum of RGB (Red+Green+Blue) = 29+52+93=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D345D is #E2CBA2. Grayscale: #313131. Windows color (decimal): -14863267 or 6108189. OLE color: 6108189.
HSL color Cylindrical-coordinate representation of color #1D345D: hue angle of 218.44º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D345D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 52 | 93 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.64 |
| HSL | 218.44º | 0.52% | 0.24% | - |
| HSV(B) | 218.44º | 0.69% | 0.36% | - |
| XYZ | 3.71 | 3.51 | 10.84 | - |
| YUV | 49.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 93 | 0.69 | 0.44 | 0 | 0.64 | 218.44 | 0.52 | 0.24 |
| Hex | 1D | 34 | 5D | 45 | 2C | 0 | 40 | DA | 34 | 18 |
| Octal | 35 | 64 | 135 | 105 | 54 | 0 | 100 | 332 | 64 | 30 |
| Binary | 11101 | 110100 | 1011101 | 1000101 | 101100 | 0 | 1000000 | 11011010 | 110100 | 11000 |
Color Harmonies of #1D345D
Complementary color
Monochromatic Colors of #1D345D
Black with #1D345D
Text Example
Text Example
White with #1D345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D345D; }
p { color: rgb(29,52,93); }
H1.HeaderClassName
{
color: #1D345D;
}
.AnyTagClassName
{
color: #1D345D;
}
</style>
background-color css
<style>
a { background-color: #1D345D; }
a { background-color: rgb(29,52,93); }
div.DivClassName
{
background-color: #1D345D;
}
.BgClassName
{
background-color: #1D345D;
}
</style>
border-color css
<style>
span { border-color: #1D345D; }
span { border-color: rgb(29,52,93); }
td.TdClassName
{
border-color: #1D345D;
}
.TagClassName
{
border-color: #1D345D;
}
</style>