Shades of Catalina Blue #1C346D
Tints of Catalina Blue #1C346D
RGB
CMYK
RGB Variations
Color information
#1C346D (or 0x1C346D) is known color: Catalina Blue. HEX triplet: 1C, 34 and 6D. RGB value is (28,52,109). Sum of RGB (Red+Green+Blue) = 28+52+109=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C346D is #E3CB92. Grayscale: #333333. Windows color (decimal): -14928787 or 7156764. OLE color: 7156764.
HSL color Cylindrical-coordinate representation of color #1C346D: hue angle of 222.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C346D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 52 | 109 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.57 |
| HSL | 222.22º | 0.59% | 0.27% | - |
| HSV(B) | 222.22º | 0.74% | 0.43% | - |
| XYZ | 4.47 | 3.81 | 14.97 | - |
| YUV | 51.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 109 | 0.74 | 0.52 | 0 | 0.57 | 222.22 | 0.59 | 0.27 |
| Hex | 1C | 34 | 6D | 4A | 34 | 0 | 39 | DE | 3B | 1B |
| Octal | 34 | 64 | 155 | 112 | 64 | 0 | 71 | 336 | 73 | 33 |
| Binary | 11100 | 110100 | 1101101 | 1001010 | 110100 | 0 | 111001 | 11011110 | 111011 | 11011 |
Color Harmonies of #1C346D
Complementary color
Monochromatic Colors of #1C346D
Black with #1C346D
Text Example
Text Example
White with #1C346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C346D; }
p { color: rgb(28,52,109); }
H1.HeaderClassName
{
color: #1C346D;
}
.AnyTagClassName
{
color: #1C346D;
}
</style>
background-color css
<style>
a { background-color: #1C346D; }
a { background-color: rgb(28,52,109); }
div.DivClassName
{
background-color: #1C346D;
}
.BgClassName
{
background-color: #1C346D;
}
</style>
border-color css
<style>
span { border-color: #1C346D; }
span { border-color: rgb(28,52,109); }
td.TdClassName
{
border-color: #1C346D;
}
.TagClassName
{
border-color: #1C346D;
}
</style>