Shades of Catalina Blue #1D3268
Tints of Catalina Blue #1D3268
RGB
CMYK
RGB Variations
Color information
#1D3268 (or 0x1D3268) is known color: Catalina Blue. HEX triplet: 1D, 32 and 68. RGB value is (29,50,104). Sum of RGB (Red+Green+Blue) = 29+50+104=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D3268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3268 is #E2CD97. Grayscale: #313131. Windows color (decimal): -14863768 or 6828573. OLE color: 6828573.
HSL color Cylindrical-coordinate representation of color #1D3268: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3268 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 50 | 104 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.59 |
| HSL | 223.2º | 0.56% | 0.26% | - |
| HSV(B) | 223.2º | 0.72% | 0.41% | - |
| XYZ | 4.15 | 3.54 | 13.56 | - |
| YUV | 49.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 104 | 0.72 | 0.52 | 0 | 0.59 | 223.2 | 0.56 | 0.26 |
| Hex | 1D | 32 | 68 | 48 | 34 | 0 | 3B | DF | 38 | 1A |
| Octal | 35 | 62 | 150 | 110 | 64 | 0 | 73 | 337 | 70 | 32 |
| Binary | 11101 | 110010 | 1101000 | 1001000 | 110100 | 0 | 111011 | 11011111 | 111000 | 11010 |
Color Harmonies of #1D3268
Complementary color
Monochromatic Colors of #1D3268
Black with #1D3268
Text Example
Text Example
White with #1D3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3268; }
p { color: rgb(29,50,104); }
H1.HeaderClassName
{
color: #1D3268;
}
.AnyTagClassName
{
color: #1D3268;
}
</style>
background-color css
<style>
a { background-color: #1D3268; }
a { background-color: rgb(29,50,104); }
div.DivClassName
{
background-color: #1D3268;
}
.BgClassName
{
background-color: #1D3268;
}
</style>
border-color css
<style>
span { border-color: #1D3268; }
span { border-color: rgb(29,50,104); }
td.TdClassName
{
border-color: #1D3268;
}
.TagClassName
{
border-color: #1D3268;
}
</style>