Shades of Catalina Blue #1D3360
Tints of Catalina Blue #1D3360
RGB
CMYK
RGB Variations
Color information
#1D3360 (or 0x1D3360) is known color: Catalina Blue. HEX triplet: 1D, 33 and 60. RGB value is (29,51,96). Sum of RGB (Red+Green+Blue) = 29+51+96=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3360 is #E2CC9F. Grayscale: #313131. Windows color (decimal): -14863520 or 6304541. OLE color: 6304541.
HSL color Cylindrical-coordinate representation of color #1D3360: hue angle of 220.3º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D3360 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 51 | 96 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.62 |
| HSL | 220.3º | 0.54% | 0.25% | - |
| HSV(B) | 220.3º | 0.7% | 0.38% | - |
| XYZ | 3.8 | 3.47 | 11.54 | - |
| YUV | 49.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 96 | 0.70 | 0.47 | 0 | 0.62 | 220.3 | 0.54 | 0.25 |
| Hex | 1D | 33 | 60 | 46 | 2F | 0 | 3E | DC | 36 | 19 |
| Octal | 35 | 63 | 140 | 106 | 57 | 0 | 76 | 334 | 66 | 31 |
| Binary | 11101 | 110011 | 1100000 | 1000110 | 101111 | 0 | 111110 | 11011100 | 110110 | 11001 |
Color Harmonies of #1D3360
Complementary color
Monochromatic Colors of #1D3360
Black with #1D3360
Text Example
Text Example
White with #1D3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3360; }
p { color: rgb(29,51,96); }
H1.HeaderClassName
{
color: #1D3360;
}
.AnyTagClassName
{
color: #1D3360;
}
</style>
background-color css
<style>
a { background-color: #1D3360; }
a { background-color: rgb(29,51,96); }
div.DivClassName
{
background-color: #1D3360;
}
.BgClassName
{
background-color: #1D3360;
}
</style>
border-color css
<style>
span { border-color: #1D3360; }
span { border-color: rgb(29,51,96); }
td.TdClassName
{
border-color: #1D3360;
}
.TagClassName
{
border-color: #1D3360;
}
</style>