Shades of Catalina Blue #1D3555
Tints of Catalina Blue #1D3555
RGB
CMYK
RGB Variations
Color information
#1D3555 (or 0x1D3555) is known color: Catalina Blue. HEX triplet: 1D, 35 and 55. RGB value is (29,53,85). Sum of RGB (Red+Green+Blue) = 29+53+85=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3555 is #E2CAAA. Grayscale: #313131. Windows color (decimal): -14863019 or 5584157. OLE color: 5584157.
HSL color Cylindrical-coordinate representation of color #1D3555: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3555 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 53 | 85 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.67 |
| HSL | 214.29º | 0.49% | 0.22% | - |
| HSV(B) | 214.29º | 0.66% | 0.33% | - |
| XYZ | 3.42 | 3.46 | 9.08 | - |
| YUV | 49.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 85 | 0.66 | 0.38 | 0 | 0.67 | 214.29 | 0.49 | 0.22 |
| Hex | 1D | 35 | 55 | 42 | 26 | 0 | 43 | D6 | 31 | 16 |
| Octal | 35 | 65 | 125 | 102 | 46 | 0 | 103 | 326 | 61 | 26 |
| Binary | 11101 | 110101 | 1010101 | 1000010 | 100110 | 0 | 1000011 | 11010110 | 110001 | 10110 |
Color Harmonies of #1D3555
Complementary color
Monochromatic Colors of #1D3555
Black with #1D3555
Text Example
Text Example
White with #1D3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3555; }
p { color: rgb(29,53,85); }
H1.HeaderClassName
{
color: #1D3555;
}
.AnyTagClassName
{
color: #1D3555;
}
</style>
background-color css
<style>
a { background-color: #1D3555; }
a { background-color: rgb(29,53,85); }
div.DivClassName
{
background-color: #1D3555;
}
.BgClassName
{
background-color: #1D3555;
}
</style>
border-color css
<style>
span { border-color: #1D3555; }
span { border-color: rgb(29,53,85); }
td.TdClassName
{
border-color: #1D3555;
}
.TagClassName
{
border-color: #1D3555;
}
</style>