Shades of Catalina Blue #1E344F
Tints of Catalina Blue #1E344F
RGB
CMYK
RGB Variations
Color information
#1E344F (or 0x1E344F) is known color: Catalina Blue. HEX triplet: 1E, 34 and 4F. RGB value is (30,52,79). Sum of RGB (Red+Green+Blue) = 30+52+79=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E344F is #E1CBB0. Grayscale: #303030. Windows color (decimal): -14797745 or 5190686. OLE color: 5190686.
HSL color Cylindrical-coordinate representation of color #1E344F: hue angle of 213.06º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E344F is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 52 | 79 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.69 |
| HSL | 213.06º | 0.45% | 0.21% | - |
| HSV(B) | 213.06º | 0.62% | 0.31% | - |
| XYZ | 3.17 | 3.3 | 7.87 | - |
| YUV | 48.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 79 | 0.62 | 0.34 | 0 | 0.69 | 213.06 | 0.45 | 0.21 |
| Hex | 1E | 34 | 4F | 3E | 22 | 0 | 45 | D5 | 2D | 15 |
| Octal | 36 | 64 | 117 | 76 | 42 | 0 | 105 | 325 | 55 | 25 |
| Binary | 11110 | 110100 | 1001111 | 111110 | 100010 | 0 | 1000101 | 11010101 | 101101 | 10101 |
Color Harmonies of #1E344F
Complementary color
Monochromatic Colors of #1E344F
Black with #1E344F
Text Example
Text Example
White with #1E344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E344F; }
p { color: rgb(30,52,79); }
H1.HeaderClassName
{
color: #1E344F;
}
.AnyTagClassName
{
color: #1E344F;
}
</style>
background-color css
<style>
a { background-color: #1E344F; }
a { background-color: rgb(30,52,79); }
div.DivClassName
{
background-color: #1E344F;
}
.BgClassName
{
background-color: #1E344F;
}
</style>
border-color css
<style>
span { border-color: #1E344F; }
span { border-color: rgb(30,52,79); }
td.TdClassName
{
border-color: #1E344F;
}
.TagClassName
{
border-color: #1E344F;
}
</style>