Shades of Catalina Blue #1D3266
Tints of Catalina Blue #1D3266
RGB
CMYK
RGB Variations
Color information
#1D3266 (or 0x1D3266) is known color: Catalina Blue. HEX triplet: 1D, 32 and 66. RGB value is (29,50,102). Sum of RGB (Red+Green+Blue) = 29+50+102=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3266 is #E2CD99. Grayscale: #313131. Windows color (decimal): -14863770 or 6697501. OLE color: 6697501.
HSL color Cylindrical-coordinate representation of color #1D3266: hue angle of 222.74º 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 #1D3266 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 50 | 102 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.6 |
| HSL | 222.74º | 0.56% | 0.26% | - |
| HSV(B) | 222.74º | 0.72% | 0.4% | - |
| XYZ | 4.05 | 3.5 | 13.03 | - |
| YUV | 49.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 102 | 0.72 | 0.51 | 0 | 0.6 | 222.74 | 0.56 | 0.26 |
| Hex | 1D | 32 | 66 | 48 | 33 | 0 | 3C | DF | 38 | 1A |
| Octal | 35 | 62 | 146 | 110 | 63 | 0 | 74 | 337 | 70 | 32 |
| Binary | 11101 | 110010 | 1100110 | 1001000 | 110011 | 0 | 111100 | 11011111 | 111000 | 11010 |
Color Harmonies of #1D3266
Complementary color
Monochromatic Colors of #1D3266
Black with #1D3266
Text Example
Text Example
White with #1D3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3266; }
p { color: rgb(29,50,102); }
H1.HeaderClassName
{
color: #1D3266;
}
.AnyTagClassName
{
color: #1D3266;
}
</style>
background-color css
<style>
a { background-color: #1D3266; }
a { background-color: rgb(29,50,102); }
div.DivClassName
{
background-color: #1D3266;
}
.BgClassName
{
background-color: #1D3266;
}
</style>
border-color css
<style>
span { border-color: #1D3266; }
span { border-color: rgb(29,50,102); }
td.TdClassName
{
border-color: #1D3266;
}
.TagClassName
{
border-color: #1D3266;
}
</style>