Shades of Catalina Blue #1D3C67
Tints of Catalina Blue #1D3C67
RGB
CMYK
RGB Variations
Color information
#1D3C67 (or 0x1D3C67) is known color: Catalina Blue. HEX triplet: 1D, 3C and 67. RGB value is (29,60,103). Sum of RGB (Red+Green+Blue) = 29+60+103=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D3C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C67 is #E2C398. Grayscale: #373737. Windows color (decimal): -14861209 or 6765597. OLE color: 6765597.
HSL color Cylindrical-coordinate representation of color #1D3C67: hue angle of 214.86º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3C67 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 60 | 103 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.60 |
| HSL | 214.86º | 0.56% | 0.26% | - |
| HSV(B) | 214.86º | 0.72% | 0.4% | - |
| XYZ | 4.57 | 4.47 | 13.45 | - |
| YUV | 55.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 103 | 0.72 | 0.42 | 0 | 0.60 | 214.86 | 0.56 | 0.26 |
| Hex | 1D | 3C | 67 | 48 | 2A | 0 | 3C | D7 | 38 | 1A |
| Octal | 35 | 74 | 147 | 110 | 52 | 0 | 74 | 327 | 70 | 32 |
| Binary | 11101 | 111100 | 1100111 | 1001000 | 101010 | 0 | 111100 | 11010111 | 111000 | 11010 |
Color Harmonies of #1D3C67
Complementary color
Monochromatic Colors of #1D3C67
Black with #1D3C67
Text Example
Text Example
White with #1D3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C67; }
p { color: rgb(29,60,103); }
H1.HeaderClassName
{
color: #1D3C67;
}
.AnyTagClassName
{
color: #1D3C67;
}
</style>
background-color css
<style>
a { background-color: #1D3C67; }
a { background-color: rgb(29,60,103); }
div.DivClassName
{
background-color: #1D3C67;
}
.BgClassName
{
background-color: #1D3C67;
}
</style>
border-color css
<style>
span { border-color: #1D3C67; }
span { border-color: rgb(29,60,103); }
td.TdClassName
{
border-color: #1D3C67;
}
.TagClassName
{
border-color: #1D3C67;
}
</style>