Shades of Catalina Blue #1D3359
Tints of Catalina Blue #1D3359
RGB
CMYK
RGB Variations
Color information
#1D3359 (or 0x1D3359) is known color: Catalina Blue. HEX triplet: 1D, 33 and 59. RGB value is (29,51,89). Sum of RGB (Red+Green+Blue) = 29+51+89=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3359 is #E2CCA6. Grayscale: #303030. Windows color (decimal): -14863527 or 5845789. OLE color: 5845789.
HSL color Cylindrical-coordinate representation of color #1D3359: hue angle of 218º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3359 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 51 | 89 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.65 |
| HSL | 218º | 0.51% | 0.23% | - |
| HSV(B) | 218º | 0.67% | 0.35% | - |
| XYZ | 3.49 | 3.35 | 9.91 | - |
| YUV | 48.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 89 | 0.67 | 0.43 | 0 | 0.65 | 218 | 0.51 | 0.23 |
| Hex | 1D | 33 | 59 | 43 | 2B | 0 | 41 | DA | 33 | 17 |
| Octal | 35 | 63 | 131 | 103 | 53 | 0 | 101 | 332 | 63 | 27 |
| Binary | 11101 | 110011 | 1011001 | 1000011 | 101011 | 0 | 1000001 | 11011010 | 110011 | 10111 |
Color Harmonies of #1D3359
Complementary color
Monochromatic Colors of #1D3359
Black with #1D3359
Text Example
Text Example
White with #1D3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3359; }
p { color: rgb(29,51,89); }
H1.HeaderClassName
{
color: #1D3359;
}
.AnyTagClassName
{
color: #1D3359;
}
</style>
background-color css
<style>
a { background-color: #1D3359; }
a { background-color: rgb(29,51,89); }
div.DivClassName
{
background-color: #1D3359;
}
.BgClassName
{
background-color: #1D3359;
}
</style>
border-color css
<style>
span { border-color: #1D3359; }
span { border-color: rgb(29,51,89); }
td.TdClassName
{
border-color: #1D3359;
}
.TagClassName
{
border-color: #1D3359;
}
</style>