Shades of Catalina Blue #1E315C
Tints of Catalina Blue #1E315C
RGB
CMYK
RGB Variations
Color information
#1E315C (or 0x1E315C) is known color: Catalina Blue. HEX triplet: 1E, 31 and 5C. RGB value is (30,49,92). Sum of RGB (Red+Green+Blue) = 30+49+92=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E315C is #E1CEA3. Grayscale: #303030. Windows color (decimal): -14798500 or 6041886. OLE color: 6041886.
HSL color Cylindrical-coordinate representation of color #1E315C: hue angle of 221.61º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E315C is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 49 | 92 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.64 |
| HSL | 221.61º | 0.51% | 0.24% | - |
| HSV(B) | 221.61º | 0.67% | 0.36% | - |
| XYZ | 3.57 | 3.25 | 10.56 | - |
| YUV | 48.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 92 | 0.67 | 0.47 | 0 | 0.64 | 221.61 | 0.51 | 0.24 |
| Hex | 1E | 31 | 5C | 43 | 2F | 0 | 40 | DE | 33 | 18 |
| Octal | 36 | 61 | 134 | 103 | 57 | 0 | 100 | 336 | 63 | 30 |
| Binary | 11110 | 110001 | 1011100 | 1000011 | 101111 | 0 | 1000000 | 11011110 | 110011 | 11000 |
Color Harmonies of #1E315C
Complementary color
Monochromatic Colors of #1E315C
Black with #1E315C
Text Example
Text Example
White with #1E315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E315C; }
p { color: rgb(30,49,92); }
H1.HeaderClassName
{
color: #1E315C;
}
.AnyTagClassName
{
color: #1E315C;
}
</style>
background-color css
<style>
a { background-color: #1E315C; }
a { background-color: rgb(30,49,92); }
div.DivClassName
{
background-color: #1E315C;
}
.BgClassName
{
background-color: #1E315C;
}
</style>
border-color css
<style>
span { border-color: #1E315C; }
span { border-color: rgb(30,49,92); }
td.TdClassName
{
border-color: #1E315C;
}
.TagClassName
{
border-color: #1E315C;
}
</style>