Shades of Catalina Blue #1E3D6F
Tints of Catalina Blue #1E3D6F
RGB
CMYK
RGB Variations
Color information
#1E3D6F (or 0x1E3D6F) is known color: Catalina Blue. HEX triplet: 1E, 3D and 6F. RGB value is (30,61,111). Sum of RGB (Red+Green+Blue) = 30+61+111=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E3D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D6F is #E1C290. Grayscale: #393939. Windows color (decimal): -14795409 or 7290142. OLE color: 7290142.
HSL color Cylindrical-coordinate representation of color #1E3D6F: hue angle of 217.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E3D6F is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 61 | 111 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.56 |
| HSL | 217.04º | 0.57% | 0.28% | - |
| HSV(B) | 217.04º | 0.73% | 0.44% | - |
| XYZ | 5.07 | 4.76 | 15.69 | - |
| YUV | 57.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 111 | 0.73 | 0.45 | 0 | 0.56 | 217.04 | 0.57 | 0.28 |
| Hex | 1E | 3D | 6F | 49 | 2D | 0 | 38 | D9 | 39 | 1C |
| Octal | 36 | 75 | 157 | 111 | 55 | 0 | 70 | 331 | 71 | 34 |
| Binary | 11110 | 111101 | 1101111 | 1001001 | 101101 | 0 | 111000 | 11011001 | 111001 | 11100 |
Color Harmonies of #1E3D6F
Complementary color
Monochromatic Colors of #1E3D6F
Black with #1E3D6F
Text Example
Text Example
White with #1E3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D6F; }
p { color: rgb(30,61,111); }
H1.HeaderClassName
{
color: #1E3D6F;
}
.AnyTagClassName
{
color: #1E3D6F;
}
</style>
background-color css
<style>
a { background-color: #1E3D6F; }
a { background-color: rgb(30,61,111); }
div.DivClassName
{
background-color: #1E3D6F;
}
.BgClassName
{
background-color: #1E3D6F;
}
</style>
border-color css
<style>
span { border-color: #1E3D6F; }
span { border-color: rgb(30,61,111); }
td.TdClassName
{
border-color: #1E3D6F;
}
.TagClassName
{
border-color: #1E3D6F;
}
</style>