Shades of Catalina Blue #1E3451
Tints of Catalina Blue #1E3451
RGB
CMYK
RGB Variations
Color information
#1E3451 (or 0x1E3451) is known color: Catalina Blue. HEX triplet: 1E, 34 and 51. RGB value is (30,52,81). Sum of RGB (Red+Green+Blue) = 30+52+81=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3451 is #E1CBAE. Grayscale: #303030. Windows color (decimal): -14797743 or 5321758. OLE color: 5321758.
HSL color Cylindrical-coordinate representation of color #1E3451: hue angle of 214.12º 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 #1E3451 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 52 | 81 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.68 |
| HSL | 214.12º | 0.46% | 0.22% | - |
| HSV(B) | 214.12º | 0.63% | 0.32% | - |
| XYZ | 3.25 | 3.33 | 8.26 | - |
| YUV | 48.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 81 | 0.63 | 0.36 | 0 | 0.68 | 214.12 | 0.46 | 0.22 |
| Hex | 1E | 34 | 51 | 3F | 24 | 0 | 44 | D6 | 2E | 16 |
| Octal | 36 | 64 | 121 | 77 | 44 | 0 | 104 | 326 | 56 | 26 |
| Binary | 11110 | 110100 | 1010001 | 111111 | 100100 | 0 | 1000100 | 11010110 | 101110 | 10110 |
Color Harmonies of #1E3451
Complementary color
Monochromatic Colors of #1E3451
Black with #1E3451
Text Example
Text Example
White with #1E3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3451; }
p { color: rgb(30,52,81); }
H1.HeaderClassName
{
color: #1E3451;
}
.AnyTagClassName
{
color: #1E3451;
}
</style>
background-color css
<style>
a { background-color: #1E3451; }
a { background-color: rgb(30,52,81); }
div.DivClassName
{
background-color: #1E3451;
}
.BgClassName
{
background-color: #1E3451;
}
</style>
border-color css
<style>
span { border-color: #1E3451; }
span { border-color: rgb(30,52,81); }
td.TdClassName
{
border-color: #1E3451;
}
.TagClassName
{
border-color: #1E3451;
}
</style>