Shades of Catalina Blue #1E3261
Tints of Catalina Blue #1E3261
RGB
CMYK
RGB Variations
Color information
#1E3261 (or 0x1E3261) is known color: Catalina Blue. HEX triplet: 1E, 32 and 61. RGB value is (30,50,97). Sum of RGB (Red+Green+Blue) = 30+50+97=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3261 is #E1CD9E. Grayscale: #313131. Windows color (decimal): -14798239 or 6369822. OLE color: 6369822.
HSL color Cylindrical-coordinate representation of color #1E3261: hue angle of 222.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3261 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 50 | 97 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.62 |
| HSL | 222.09º | 0.53% | 0.25% | - |
| HSV(B) | 222.09º | 0.69% | 0.38% | - |
| XYZ | 3.83 | 3.42 | 11.77 | - |
| YUV | 49.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 97 | 0.69 | 0.48 | 0 | 0.62 | 222.09 | 0.53 | 0.25 |
| Hex | 1E | 32 | 61 | 45 | 30 | 0 | 3E | DE | 35 | 19 |
| Octal | 36 | 62 | 141 | 105 | 60 | 0 | 76 | 336 | 65 | 31 |
| Binary | 11110 | 110010 | 1100001 | 1000101 | 110000 | 0 | 111110 | 11011110 | 110101 | 11001 |
Color Harmonies of #1E3261
Complementary color
Monochromatic Colors of #1E3261
Black with #1E3261
Text Example
Text Example
White with #1E3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3261; }
p { color: rgb(30,50,97); }
H1.HeaderClassName
{
color: #1E3261;
}
.AnyTagClassName
{
color: #1E3261;
}
</style>
background-color css
<style>
a { background-color: #1E3261; }
a { background-color: rgb(30,50,97); }
div.DivClassName
{
background-color: #1E3261;
}
.BgClassName
{
background-color: #1E3261;
}
</style>
border-color css
<style>
span { border-color: #1E3261; }
span { border-color: rgb(30,50,97); }
td.TdClassName
{
border-color: #1E3261;
}
.TagClassName
{
border-color: #1E3261;
}
</style>