Shades of Catalina Blue #1D3657
Tints of Catalina Blue #1D3657
RGB
CMYK
RGB Variations
Color information
#1D3657 (or 0x1D3657) is known color: Catalina Blue. HEX triplet: 1D, 36 and 57. RGB value is (29,54,87). Sum of RGB (Red+Green+Blue) = 29+54+87=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D3657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3657 is #E2C9A8. Grayscale: #323232. Windows color (decimal): -14862761 or 5715485. OLE color: 5715485.
HSL color Cylindrical-coordinate representation of color #1D3657: hue angle of 214.14º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3657 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 54 | 87 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.66 |
| HSL | 214.14º | 0.5% | 0.23% | - |
| HSV(B) | 214.14º | 0.67% | 0.34% | - |
| XYZ | 3.55 | 3.59 | 9.52 | - |
| YUV | 50.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 87 | 0.67 | 0.38 | 0 | 0.66 | 214.14 | 0.5 | 0.23 |
| Hex | 1D | 36 | 57 | 43 | 26 | 0 | 42 | D6 | 32 | 17 |
| Octal | 35 | 66 | 127 | 103 | 46 | 0 | 102 | 326 | 62 | 27 |
| Binary | 11101 | 110110 | 1010111 | 1000011 | 100110 | 0 | 1000010 | 11010110 | 110010 | 10111 |
Color Harmonies of #1D3657
Complementary color
Monochromatic Colors of #1D3657
Black with #1D3657
Text Example
Text Example
White with #1D3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3657; }
p { color: rgb(29,54,87); }
H1.HeaderClassName
{
color: #1D3657;
}
.AnyTagClassName
{
color: #1D3657;
}
</style>
background-color css
<style>
a { background-color: #1D3657; }
a { background-color: rgb(29,54,87); }
div.DivClassName
{
background-color: #1D3657;
}
.BgClassName
{
background-color: #1D3657;
}
</style>
border-color css
<style>
span { border-color: #1D3657; }
span { border-color: rgb(29,54,87); }
td.TdClassName
{
border-color: #1D3657;
}
.TagClassName
{
border-color: #1D3657;
}
</style>