Shades of Catalina Blue #2A395B
Tints of Catalina Blue #2A395B
RGB
CMYK
RGB Variations
Color information
#2A395B (or 0x2A395B) is known color: Catalina Blue. HEX triplet: 2A, 39 and 5B. RGB value is (42,57,91). Sum of RGB (Red+Green+Blue) = 42+57+91=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A395B is #D5C6A4. Grayscale: #383838. Windows color (decimal): -14010021 or 5978410. OLE color: 5978410.
HSL color Cylindrical-coordinate representation of color #2A395B: hue angle of 221.63º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A395B is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 57 | 91 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.64 |
| HSL | 221.63º | 0.37% | 0.26% | - |
| HSV(B) | 221.63º | 0.54% | 0.36% | - |
| XYZ | 4.31 | 4.17 | 10.48 | - |
| YUV | 56.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 91 | 0.54 | 0.37 | 0 | 0.64 | 221.63 | 0.37 | 0.26 |
| Hex | 2A | 39 | 5B | 36 | 25 | 0 | 40 | DE | 25 | 1A |
| Octal | 52 | 71 | 133 | 66 | 45 | 0 | 100 | 336 | 45 | 32 |
| Binary | 101010 | 111001 | 1011011 | 110110 | 100101 | 0 | 1000000 | 11011110 | 100101 | 11010 |
Color Harmonies of #2A395B
Complementary color
Monochromatic Colors of #2A395B
Black with #2A395B
Text Example
Text Example
White with #2A395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A395B; }
p { color: rgb(42,57,91); }
H1.HeaderClassName
{
color: #2A395B;
}
.AnyTagClassName
{
color: #2A395B;
}
</style>
background-color css
<style>
a { background-color: #2A395B; }
a { background-color: rgb(42,57,91); }
div.DivClassName
{
background-color: #2A395B;
}
.BgClassName
{
background-color: #2A395B;
}
</style>
border-color css
<style>
span { border-color: #2A395B; }
span { border-color: rgb(42,57,91); }
td.TdClassName
{
border-color: #2A395B;
}
.TagClassName
{
border-color: #2A395B;
}
</style>