Shades of Catalina Blue #1E335C
Tints of Catalina Blue #1E335C
RGB
CMYK
RGB Variations
Color information
#1E335C (or 0x1E335C) is known color: Catalina Blue. HEX triplet: 1E, 33 and 5C. RGB value is (30,51,92). Sum of RGB (Red+Green+Blue) = 30+51+92=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E335C is #E1CCA3. Grayscale: #313131. Windows color (decimal): -14797988 or 6042398. OLE color: 6042398.
HSL color Cylindrical-coordinate representation of color #1E335C: hue angle of 219.68º 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 #1E335C is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 51 | 92 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.64 |
| HSL | 219.68º | 0.51% | 0.24% | - |
| HSV(B) | 219.68º | 0.67% | 0.36% | - |
| XYZ | 3.65 | 3.42 | 10.59 | - |
| YUV | 49.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 92 | 0.67 | 0.45 | 0 | 0.64 | 219.68 | 0.51 | 0.24 |
| Hex | 1E | 33 | 5C | 43 | 2D | 0 | 40 | DC | 33 | 18 |
| Octal | 36 | 63 | 134 | 103 | 55 | 0 | 100 | 334 | 63 | 30 |
| Binary | 11110 | 110011 | 1011100 | 1000011 | 101101 | 0 | 1000000 | 11011100 | 110011 | 11000 |
Color Harmonies of #1E335C
Complementary color
Monochromatic Colors of #1E335C
Black with #1E335C
Text Example
Text Example
White with #1E335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E335C; }
p { color: rgb(30,51,92); }
H1.HeaderClassName
{
color: #1E335C;
}
.AnyTagClassName
{
color: #1E335C;
}
</style>
background-color css
<style>
a { background-color: #1E335C; }
a { background-color: rgb(30,51,92); }
div.DivClassName
{
background-color: #1E335C;
}
.BgClassName
{
background-color: #1E335C;
}
</style>
border-color css
<style>
span { border-color: #1E335C; }
span { border-color: rgb(30,51,92); }
td.TdClassName
{
border-color: #1E335C;
}
.TagClassName
{
border-color: #1E335C;
}
</style>