Shades of Catalina Blue #1C3667
Tints of Catalina Blue #1C3667
RGB
CMYK
RGB Variations
Color information
#1C3667 (or 0x1C3667) is known color: Catalina Blue. HEX triplet: 1C, 36 and 67. RGB value is (28,54,103). Sum of RGB (Red+Green+Blue) = 28+54+103=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C3667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3667 is #E3C998. Grayscale: #333333. Windows color (decimal): -14928281 or 6764060. OLE color: 6764060.
HSL color Cylindrical-coordinate representation of color #1C3667: hue angle of 219.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3667 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 54 | 103 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.60 |
| HSL | 219.2º | 0.57% | 0.26% | - |
| HSV(B) | 219.2º | 0.73% | 0.4% | - |
| XYZ | 4.25 | 3.86 | 13.35 | - |
| YUV | 51.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 103 | 0.73 | 0.48 | 0 | 0.60 | 219.2 | 0.57 | 0.26 |
| Hex | 1C | 36 | 67 | 49 | 30 | 0 | 3C | DB | 39 | 1A |
| Octal | 34 | 66 | 147 | 111 | 60 | 0 | 74 | 333 | 71 | 32 |
| Binary | 11100 | 110110 | 1100111 | 1001001 | 110000 | 0 | 111100 | 11011011 | 111001 | 11010 |
Color Harmonies of #1C3667
Complementary color
Monochromatic Colors of #1C3667
Black with #1C3667
Text Example
Text Example
White with #1C3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3667; }
p { color: rgb(28,54,103); }
H1.HeaderClassName
{
color: #1C3667;
}
.AnyTagClassName
{
color: #1C3667;
}
</style>
background-color css
<style>
a { background-color: #1C3667; }
a { background-color: rgb(28,54,103); }
div.DivClassName
{
background-color: #1C3667;
}
.BgClassName
{
background-color: #1C3667;
}
</style>
border-color css
<style>
span { border-color: #1C3667; }
span { border-color: rgb(28,54,103); }
td.TdClassName
{
border-color: #1C3667;
}
.TagClassName
{
border-color: #1C3667;
}
</style>