Shades of Catalina Blue #1E3457
Tints of Catalina Blue #1E3457
RGB
CMYK
RGB Variations
Color information
#1E3457 (or 0x1E3457) is known color: Catalina Blue. HEX triplet: 1E, 34 and 57. RGB value is (30,52,87). Sum of RGB (Red+Green+Blue) = 30+52+87=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E3457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3457 is #E1CBA8. Grayscale: #313131. Windows color (decimal): -14797737 or 5714974. OLE color: 5714974.
HSL color Cylindrical-coordinate representation of color #1E3457: hue angle of 216.84º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3457 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 52 | 87 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.66 |
| HSL | 216.84º | 0.49% | 0.23% | - |
| HSV(B) | 216.84º | 0.66% | 0.34% | - |
| XYZ | 3.48 | 3.42 | 9.49 | - |
| YUV | 49.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 87 | 0.66 | 0.40 | 0 | 0.66 | 216.84 | 0.49 | 0.23 |
| Hex | 1E | 34 | 57 | 42 | 28 | 0 | 42 | D9 | 31 | 17 |
| Octal | 36 | 64 | 127 | 102 | 50 | 0 | 102 | 331 | 61 | 27 |
| Binary | 11110 | 110100 | 1010111 | 1000010 | 101000 | 0 | 1000010 | 11011001 | 110001 | 10111 |
Color Harmonies of #1E3457
Complementary color
Monochromatic Colors of #1E3457
Black with #1E3457
Text Example
Text Example
White with #1E3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3457; }
p { color: rgb(30,52,87); }
H1.HeaderClassName
{
color: #1E3457;
}
.AnyTagClassName
{
color: #1E3457;
}
</style>
background-color css
<style>
a { background-color: #1E3457; }
a { background-color: rgb(30,52,87); }
div.DivClassName
{
background-color: #1E3457;
}
.BgClassName
{
background-color: #1E3457;
}
</style>
border-color css
<style>
span { border-color: #1E3457; }
span { border-color: rgb(30,52,87); }
td.TdClassName
{
border-color: #1E3457;
}
.TagClassName
{
border-color: #1E3457;
}
</style>