Shades of Catalina Blue #1E3463
Tints of Catalina Blue #1E3463
RGB
CMYK
RGB Variations
Color information
#1E3463 (or 0x1E3463) is known color: Catalina Blue. HEX triplet: 1E, 34 and 63. RGB value is (30,52,99). Sum of RGB (Red+Green+Blue) = 30+52+99=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3463 is #E1CB9C. Grayscale: #323232. Windows color (decimal): -14797725 or 6501406. OLE color: 6501406.
HSL color Cylindrical-coordinate representation of color #1E3463: hue angle of 220.87º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3463 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 52 | 99 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.61 |
| HSL | 220.87º | 0.53% | 0.25% | - |
| HSV(B) | 220.87º | 0.7% | 0.39% | - |
| XYZ | 4.02 | 3.63 | 12.29 | - |
| YUV | 50.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 99 | 0.70 | 0.47 | 0 | 0.61 | 220.87 | 0.53 | 0.25 |
| Hex | 1E | 34 | 63 | 46 | 2F | 0 | 3D | DD | 35 | 19 |
| Octal | 36 | 64 | 143 | 106 | 57 | 0 | 75 | 335 | 65 | 31 |
| Binary | 11110 | 110100 | 1100011 | 1000110 | 101111 | 0 | 111101 | 11011101 | 110101 | 11001 |
Color Harmonies of #1E3463
Complementary color
Monochromatic Colors of #1E3463
Black with #1E3463
Text Example
Text Example
White with #1E3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3463; }
p { color: rgb(30,52,99); }
H1.HeaderClassName
{
color: #1E3463;
}
.AnyTagClassName
{
color: #1E3463;
}
</style>
background-color css
<style>
a { background-color: #1E3463; }
a { background-color: rgb(30,52,99); }
div.DivClassName
{
background-color: #1E3463;
}
.BgClassName
{
background-color: #1E3463;
}
</style>
border-color css
<style>
span { border-color: #1E3463; }
span { border-color: rgb(30,52,99); }
td.TdClassName
{
border-color: #1E3463;
}
.TagClassName
{
border-color: #1E3463;
}
</style>