Shades of Catalina Blue #1C3259
Tints of Catalina Blue #1C3259
RGB
CMYK
RGB Variations
Color information
#1C3259 (or 0x1C3259) is known color: Catalina Blue. HEX triplet: 1C, 32 and 59. RGB value is (28,50,89). Sum of RGB (Red+Green+Blue) = 28+50+89=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3259 is #E3CDA6. Grayscale: #2F2F2F. Windows color (decimal): -14929319 or 5845532. OLE color: 5845532.
HSL color Cylindrical-coordinate representation of color #1C3259: hue angle of 218.36º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C3259 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 50 | 89 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.65 |
| HSL | 218.36º | 0.52% | 0.23% | - |
| HSV(B) | 218.36º | 0.69% | 0.35% | - |
| XYZ | 3.42 | 3.25 | 9.9 | - |
| YUV | 47.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 89 | 0.69 | 0.44 | 0 | 0.65 | 218.36 | 0.52 | 0.23 |
| Hex | 1C | 32 | 59 | 45 | 2C | 0 | 41 | DA | 34 | 17 |
| Octal | 34 | 62 | 131 | 105 | 54 | 0 | 101 | 332 | 64 | 27 |
| Binary | 11100 | 110010 | 1011001 | 1000101 | 101100 | 0 | 1000001 | 11011010 | 110100 | 10111 |
Color Harmonies of #1C3259
Complementary color
Monochromatic Colors of #1C3259
Black with #1C3259
Text Example
Text Example
White with #1C3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3259; }
p { color: rgb(28,50,89); }
H1.HeaderClassName
{
color: #1C3259;
}
.AnyTagClassName
{
color: #1C3259;
}
</style>
background-color css
<style>
a { background-color: #1C3259; }
a { background-color: rgb(28,50,89); }
div.DivClassName
{
background-color: #1C3259;
}
.BgClassName
{
background-color: #1C3259;
}
</style>
border-color css
<style>
span { border-color: #1C3259; }
span { border-color: rgb(28,50,89); }
td.TdClassName
{
border-color: #1C3259;
}
.TagClassName
{
border-color: #1C3259;
}
</style>