Shades of Catalina Blue #1E3351
Tints of Catalina Blue #1E3351
RGB
CMYK
RGB Variations
Color information
#1E3351 (or 0x1E3351) is known color: Catalina Blue. HEX triplet: 1E, 33 and 51. RGB value is (30,51,81). Sum of RGB (Red+Green+Blue) = 30+51+81=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3351 is #E1CCAE. Grayscale: #303030. Windows color (decimal): -14797999 or 5321502. OLE color: 5321502.
HSL color Cylindrical-coordinate representation of color #1E3351: hue angle of 215.29º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3351 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 51 | 81 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.68 |
| HSL | 215.29º | 0.46% | 0.22% | - |
| HSV(B) | 215.29º | 0.63% | 0.32% | - |
| XYZ | 3.2 | 3.24 | 8.24 | - |
| YUV | 48.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 81 | 0.63 | 0.37 | 0 | 0.68 | 215.29 | 0.46 | 0.22 |
| Hex | 1E | 33 | 51 | 3F | 25 | 0 | 44 | D7 | 2E | 16 |
| Octal | 36 | 63 | 121 | 77 | 45 | 0 | 104 | 327 | 56 | 26 |
| Binary | 11110 | 110011 | 1010001 | 111111 | 100101 | 0 | 1000100 | 11010111 | 101110 | 10110 |
Color Harmonies of #1E3351
Complementary color
Monochromatic Colors of #1E3351
Black with #1E3351
Text Example
Text Example
White with #1E3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3351; }
p { color: rgb(30,51,81); }
H1.HeaderClassName
{
color: #1E3351;
}
.AnyTagClassName
{
color: #1E3351;
}
</style>
background-color css
<style>
a { background-color: #1E3351; }
a { background-color: rgb(30,51,81); }
div.DivClassName
{
background-color: #1E3351;
}
.BgClassName
{
background-color: #1E3351;
}
</style>
border-color css
<style>
span { border-color: #1E3351; }
span { border-color: rgb(30,51,81); }
td.TdClassName
{
border-color: #1E3351;
}
.TagClassName
{
border-color: #1E3351;
}
</style>