Shades of Catalina Blue #1D3250
Tints of Catalina Blue #1D3250
RGB
CMYK
RGB Variations
Color information
#1D3250 (or 0x1D3250) is known color: Catalina Blue. HEX triplet: 1D, 32 and 50. RGB value is (29,50,80). Sum of RGB (Red+Green+Blue) = 29+50+80=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3250 is #E2CDAF. Grayscale: #2F2F2F. Windows color (decimal): -14863792 or 5255709. OLE color: 5255709.
HSL color Cylindrical-coordinate representation of color #1D3250: hue angle of 215.29º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3250 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 50 | 80 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.69 |
| HSL | 215.29º | 0.47% | 0.21% | - |
| HSV(B) | 215.29º | 0.64% | 0.31% | - |
| XYZ | 3.1 | 3.12 | 8.03 | - |
| YUV | 47.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 80 | 0.64 | 0.37 | 0 | 0.69 | 215.29 | 0.47 | 0.21 |
| Hex | 1D | 32 | 50 | 40 | 25 | 0 | 45 | D7 | 2F | 15 |
| Octal | 35 | 62 | 120 | 100 | 45 | 0 | 105 | 327 | 57 | 25 |
| Binary | 11101 | 110010 | 1010000 | 1000000 | 100101 | 0 | 1000101 | 11010111 | 101111 | 10101 |
Color Harmonies of #1D3250
Complementary color
Monochromatic Colors of #1D3250
Black with #1D3250
Text Example
Text Example
White with #1D3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3250; }
p { color: rgb(29,50,80); }
H1.HeaderClassName
{
color: #1D3250;
}
.AnyTagClassName
{
color: #1D3250;
}
</style>
background-color css
<style>
a { background-color: #1D3250; }
a { background-color: rgb(29,50,80); }
div.DivClassName
{
background-color: #1D3250;
}
.BgClassName
{
background-color: #1D3250;
}
</style>
border-color css
<style>
span { border-color: #1D3250; }
span { border-color: rgb(29,50,80); }
td.TdClassName
{
border-color: #1D3250;
}
.TagClassName
{
border-color: #1D3250;
}
</style>