Shades of Catalina Blue #1D3455
Tints of Catalina Blue #1D3455
RGB
CMYK
RGB Variations
Color information
#1D3455 (or 0x1D3455) is known color: Catalina Blue. HEX triplet: 1D, 34 and 55. RGB value is (29,52,85). Sum of RGB (Red+Green+Blue) = 29+52+85=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3455 is #E2CBAA. Grayscale: #303030. Windows color (decimal): -14863275 or 5583901. OLE color: 5583901.
HSL color Cylindrical-coordinate representation of color #1D3455: hue angle of 215.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3455 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 52 | 85 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.67 |
| HSL | 215.36º | 0.49% | 0.22% | - |
| HSV(B) | 215.36º | 0.66% | 0.33% | - |
| XYZ | 3.37 | 3.37 | 9.07 | - |
| YUV | 48.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 85 | 0.66 | 0.39 | 0 | 0.67 | 215.36 | 0.49 | 0.22 |
| Hex | 1D | 34 | 55 | 42 | 27 | 0 | 43 | D7 | 31 | 16 |
| Octal | 35 | 64 | 125 | 102 | 47 | 0 | 103 | 327 | 61 | 26 |
| Binary | 11101 | 110100 | 1010101 | 1000010 | 100111 | 0 | 1000011 | 11010111 | 110001 | 10110 |
Color Harmonies of #1D3455
Complementary color
Monochromatic Colors of #1D3455
Black with #1D3455
Text Example
Text Example
White with #1D3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3455; }
p { color: rgb(29,52,85); }
H1.HeaderClassName
{
color: #1D3455;
}
.AnyTagClassName
{
color: #1D3455;
}
</style>
background-color css
<style>
a { background-color: #1D3455; }
a { background-color: rgb(29,52,85); }
div.DivClassName
{
background-color: #1D3455;
}
.BgClassName
{
background-color: #1D3455;
}
</style>
border-color css
<style>
span { border-color: #1D3455; }
span { border-color: rgb(29,52,85); }
td.TdClassName
{
border-color: #1D3455;
}
.TagClassName
{
border-color: #1D3455;
}
</style>