Shades of Catalina Blue #1E3C65
Tints of Catalina Blue #1E3C65
RGB
CMYK
RGB Variations
Color information
#1E3C65 (or 0x1E3C65) is known color: Catalina Blue. HEX triplet: 1E, 3C and 65. RGB value is (30,60,101). Sum of RGB (Red+Green+Blue) = 30+60+101=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E3C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3C65 is #E1C39A. Grayscale: #373737. Windows color (decimal): -14795675 or 6634526. OLE color: 6634526.
HSL color Cylindrical-coordinate representation of color #1E3C65: hue angle of 214.65º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3C65 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 60 | 101 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.60 |
| HSL | 214.65º | 0.54% | 0.26% | - |
| HSV(B) | 214.65º | 0.7% | 0.4% | - |
| XYZ | 4.5 | 4.45 | 12.93 | - |
| YUV | 55.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 101 | 0.70 | 0.41 | 0 | 0.60 | 214.65 | 0.54 | 0.26 |
| Hex | 1E | 3C | 65 | 46 | 29 | 0 | 3C | D7 | 36 | 1A |
| Octal | 36 | 74 | 145 | 106 | 51 | 0 | 74 | 327 | 66 | 32 |
| Binary | 11110 | 111100 | 1100101 | 1000110 | 101001 | 0 | 111100 | 11010111 | 110110 | 11010 |
Color Harmonies of #1E3C65
Complementary color
Monochromatic Colors of #1E3C65
Black with #1E3C65
Text Example
Text Example
White with #1E3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C65; }
p { color: rgb(30,60,101); }
H1.HeaderClassName
{
color: #1E3C65;
}
.AnyTagClassName
{
color: #1E3C65;
}
</style>
background-color css
<style>
a { background-color: #1E3C65; }
a { background-color: rgb(30,60,101); }
div.DivClassName
{
background-color: #1E3C65;
}
.BgClassName
{
background-color: #1E3C65;
}
</style>
border-color css
<style>
span { border-color: #1E3C65; }
span { border-color: rgb(30,60,101); }
td.TdClassName
{
border-color: #1E3C65;
}
.TagClassName
{
border-color: #1E3C65;
}
</style>