Shades of Catalina Blue #1C3258
Tints of Catalina Blue #1C3258
RGB
CMYK
RGB Variations
Color information
#1C3258 (or 0x1C3258) is known color: Catalina Blue. HEX triplet: 1C, 32 and 58. RGB value is (28,50,88). Sum of RGB (Red+Green+Blue) = 28+50+88=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C3258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3258 is #E3CDA7. Grayscale: #2F2F2F. Windows color (decimal): -14929320 or 5779996. OLE color: 5779996.
HSL color Cylindrical-coordinate representation of color #1C3258: hue angle of 218º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C3258 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 50 | 88 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.65 |
| HSL | 218º | 0.52% | 0.23% | - |
| HSV(B) | 218º | 0.68% | 0.35% | - |
| XYZ | 3.38 | 3.23 | 9.68 | - |
| YUV | 47.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 88 | 0.68 | 0.43 | 0 | 0.65 | 218 | 0.52 | 0.23 |
| Hex | 1C | 32 | 58 | 44 | 2B | 0 | 41 | DA | 34 | 17 |
| Octal | 34 | 62 | 130 | 104 | 53 | 0 | 101 | 332 | 64 | 27 |
| Binary | 11100 | 110010 | 1011000 | 1000100 | 101011 | 0 | 1000001 | 11011010 | 110100 | 10111 |
Color Harmonies of #1C3258
Complementary color
Monochromatic Colors of #1C3258
Black with #1C3258
Text Example
Text Example
White with #1C3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3258; }
p { color: rgb(28,50,88); }
H1.HeaderClassName
{
color: #1C3258;
}
.AnyTagClassName
{
color: #1C3258;
}
</style>
background-color css
<style>
a { background-color: #1C3258; }
a { background-color: rgb(28,50,88); }
div.DivClassName
{
background-color: #1C3258;
}
.BgClassName
{
background-color: #1C3258;
}
</style>
border-color css
<style>
span { border-color: #1C3258; }
span { border-color: rgb(28,50,88); }
td.TdClassName
{
border-color: #1C3258;
}
.TagClassName
{
border-color: #1C3258;
}
</style>