Shades of Catalina Blue #1E3459
Tints of Catalina Blue #1E3459
RGB
CMYK
RGB Variations
Color information
#1E3459 (or 0x1E3459) is known color: Catalina Blue. HEX triplet: 1E, 34 and 59. RGB value is (30,52,89). Sum of RGB (Red+Green+Blue) = 30+52+89=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3459 is #E1CBA6. Grayscale: #313131. Windows color (decimal): -14797735 or 5846046. OLE color: 5846046.
HSL color Cylindrical-coordinate representation of color #1E3459: hue angle of 217.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3459 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 52 | 89 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.65 |
| HSL | 217.63º | 0.5% | 0.23% | - |
| HSV(B) | 217.63º | 0.66% | 0.35% | - |
| XYZ | 3.57 | 3.45 | 9.93 | - |
| YUV | 49.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 89 | 0.66 | 0.42 | 0 | 0.65 | 217.63 | 0.5 | 0.23 |
| Hex | 1E | 34 | 59 | 42 | 2A | 0 | 41 | DA | 32 | 17 |
| Octal | 36 | 64 | 131 | 102 | 52 | 0 | 101 | 332 | 62 | 27 |
| Binary | 11110 | 110100 | 1011001 | 1000010 | 101010 | 0 | 1000001 | 11011010 | 110010 | 10111 |
Color Harmonies of #1E3459
Complementary color
Monochromatic Colors of #1E3459
Black with #1E3459
Text Example
Text Example
White with #1E3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3459; }
p { color: rgb(30,52,89); }
H1.HeaderClassName
{
color: #1E3459;
}
.AnyTagClassName
{
color: #1E3459;
}
</style>
background-color css
<style>
a { background-color: #1E3459; }
a { background-color: rgb(30,52,89); }
div.DivClassName
{
background-color: #1E3459;
}
.BgClassName
{
background-color: #1E3459;
}
</style>
border-color css
<style>
span { border-color: #1E3459; }
span { border-color: rgb(30,52,89); }
td.TdClassName
{
border-color: #1E3459;
}
.TagClassName
{
border-color: #1E3459;
}
</style>