Shades of Catalina Blue #1B346C
Tints of Catalina Blue #1B346C
RGB
CMYK
RGB Variations
Color information
#1B346C (or 0x1B346C) is known color: Catalina Blue. HEX triplet: 1B, 34 and 6C. RGB value is (27,52,108). Sum of RGB (Red+Green+Blue) = 27+52+108=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B346C is #E4CB93. Grayscale: #323232. Windows color (decimal): -14994324 or 7091227. OLE color: 7091227.
HSL color Cylindrical-coordinate representation of color #1B346C: hue angle of 221.48º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B346C is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 52 | 108 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.58 |
| HSL | 221.48º | 0.6% | 0.26% | - |
| HSV(B) | 221.48º | 0.75% | 0.42% | - |
| XYZ | 4.39 | 3.77 | 14.68 | - |
| YUV | 50.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 108 | 0.75 | 0.52 | 0 | 0.58 | 221.48 | 0.6 | 0.26 |
| Hex | 1B | 34 | 6C | 4B | 34 | 0 | 3A | DD | 3C | 1A |
| Octal | 33 | 64 | 154 | 113 | 64 | 0 | 72 | 335 | 74 | 32 |
| Binary | 11011 | 110100 | 1101100 | 1001011 | 110100 | 0 | 111010 | 11011101 | 111100 | 11010 |
Color Harmonies of #1B346C
Complementary color
Monochromatic Colors of #1B346C
Black with #1B346C
Text Example
Text Example
White with #1B346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B346C; }
p { color: rgb(27,52,108); }
H1.HeaderClassName
{
color: #1B346C;
}
.AnyTagClassName
{
color: #1B346C;
}
</style>
background-color css
<style>
a { background-color: #1B346C; }
a { background-color: rgb(27,52,108); }
div.DivClassName
{
background-color: #1B346C;
}
.BgClassName
{
background-color: #1B346C;
}
</style>
border-color css
<style>
span { border-color: #1B346C; }
span { border-color: rgb(27,52,108); }
td.TdClassName
{
border-color: #1B346C;
}
.TagClassName
{
border-color: #1B346C;
}
</style>