Shades of Catalina Blue #1E3565
Tints of Catalina Blue #1E3565
RGB
CMYK
RGB Variations
Color information
#1E3565 (or 0x1E3565) is known color: Catalina Blue. HEX triplet: 1E, 35 and 65. RGB value is (30,53,101). Sum of RGB (Red+Green+Blue) = 30+53+101=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E3565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3565 is #E1CA9A. Grayscale: #333333. Windows color (decimal): -14797467 or 6632734. OLE color: 6632734.
HSL color Cylindrical-coordinate representation of color #1E3565: hue angle of 220.56º 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 #1E3565 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 53 | 101 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.60 |
| HSL | 220.56º | 0.54% | 0.26% | - |
| HSV(B) | 220.56º | 0.7% | 0.4% | - |
| XYZ | 4.16 | 3.76 | 12.82 | - |
| YUV | 51.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 101 | 0.70 | 0.48 | 0 | 0.60 | 220.56 | 0.54 | 0.26 |
| Hex | 1E | 35 | 65 | 46 | 30 | 0 | 3C | DD | 36 | 1A |
| Octal | 36 | 65 | 145 | 106 | 60 | 0 | 74 | 335 | 66 | 32 |
| Binary | 11110 | 110101 | 1100101 | 1000110 | 110000 | 0 | 111100 | 11011101 | 110110 | 11010 |
Color Harmonies of #1E3565
Complementary color
Monochromatic Colors of #1E3565
Black with #1E3565
Text Example
Text Example
White with #1E3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3565; }
p { color: rgb(30,53,101); }
H1.HeaderClassName
{
color: #1E3565;
}
.AnyTagClassName
{
color: #1E3565;
}
</style>
background-color css
<style>
a { background-color: #1E3565; }
a { background-color: rgb(30,53,101); }
div.DivClassName
{
background-color: #1E3565;
}
.BgClassName
{
background-color: #1E3565;
}
</style>
border-color css
<style>
span { border-color: #1E3565; }
span { border-color: rgb(30,53,101); }
td.TdClassName
{
border-color: #1E3565;
}
.TagClassName
{
border-color: #1E3565;
}
</style>