Shades of Catalina Blue #1C3556
Tints of Catalina Blue #1C3556
RGB
CMYK
RGB Variations
Color information
#1C3556 (or 0x1C3556) is known color: Catalina Blue. HEX triplet: 1C, 35 and 56. RGB value is (28,53,86). Sum of RGB (Red+Green+Blue) = 28+53+86=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C3556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3556 is #E3CAA9. Grayscale: #313131. Windows color (decimal): -14928554 or 5649692. OLE color: 5649692.
HSL color Cylindrical-coordinate representation of color #1C3556: hue angle of 214.14º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3556 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 53 | 86 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.66 |
| HSL | 214.14º | 0.51% | 0.22% | - |
| HSV(B) | 214.14º | 0.67% | 0.34% | - |
| XYZ | 3.43 | 3.46 | 9.29 | - |
| YUV | 49.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 86 | 0.67 | 0.38 | 0 | 0.66 | 214.14 | 0.51 | 0.22 |
| Hex | 1C | 35 | 56 | 43 | 26 | 0 | 42 | D6 | 33 | 16 |
| Octal | 34 | 65 | 126 | 103 | 46 | 0 | 102 | 326 | 63 | 26 |
| Binary | 11100 | 110101 | 1010110 | 1000011 | 100110 | 0 | 1000010 | 11010110 | 110011 | 10110 |
Color Harmonies of #1C3556
Complementary color
Monochromatic Colors of #1C3556
Black with #1C3556
Text Example
Text Example
White with #1C3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3556; }
p { color: rgb(28,53,86); }
H1.HeaderClassName
{
color: #1C3556;
}
.AnyTagClassName
{
color: #1C3556;
}
</style>
background-color css
<style>
a { background-color: #1C3556; }
a { background-color: rgb(28,53,86); }
div.DivClassName
{
background-color: #1C3556;
}
.BgClassName
{
background-color: #1C3556;
}
</style>
border-color css
<style>
span { border-color: #1C3556; }
span { border-color: rgb(28,53,86); }
td.TdClassName
{
border-color: #1C3556;
}
.TagClassName
{
border-color: #1C3556;
}
</style>