Shades of Catalina Blue #1E3E6C
Tints of Catalina Blue #1E3E6C
RGB
CMYK
RGB Variations
Color information
#1E3E6C (or 0x1E3E6C) is known color: Catalina Blue. HEX triplet: 1E, 3E and 6C. RGB value is (30,62,108). Sum of RGB (Red+Green+Blue) = 30+62+108=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E3E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3E6C is #E1C193. Grayscale: #393939. Windows color (decimal): -14795156 or 7093790. OLE color: 7093790.
HSL color Cylindrical-coordinate representation of color #1E3E6C: hue angle of 215.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E3E6C is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 62 | 108 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.58 |
| HSL | 215.38º | 0.57% | 0.27% | - |
| HSV(B) | 215.38º | 0.72% | 0.42% | - |
| XYZ | 4.96 | 4.8 | 14.85 | - |
| YUV | 57.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 108 | 0.72 | 0.43 | 0 | 0.58 | 215.38 | 0.57 | 0.27 |
| Hex | 1E | 3E | 6C | 48 | 2B | 0 | 3A | D7 | 39 | 1B |
| Octal | 36 | 76 | 154 | 110 | 53 | 0 | 72 | 327 | 71 | 33 |
| Binary | 11110 | 111110 | 1101100 | 1001000 | 101011 | 0 | 111010 | 11010111 | 111001 | 11011 |
Color Harmonies of #1E3E6C
Complementary color
Monochromatic Colors of #1E3E6C
Black with #1E3E6C
Text Example
Text Example
White with #1E3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E6C; }
p { color: rgb(30,62,108); }
H1.HeaderClassName
{
color: #1E3E6C;
}
.AnyTagClassName
{
color: #1E3E6C;
}
</style>
background-color css
<style>
a { background-color: #1E3E6C; }
a { background-color: rgb(30,62,108); }
div.DivClassName
{
background-color: #1E3E6C;
}
.BgClassName
{
background-color: #1E3E6C;
}
</style>
border-color css
<style>
span { border-color: #1E3E6C; }
span { border-color: rgb(30,62,108); }
td.TdClassName
{
border-color: #1E3E6C;
}
.TagClassName
{
border-color: #1E3E6C;
}
</style>