Shades of Catalina Blue #273A5C
Tints of Catalina Blue #273A5C
RGB
CMYK
RGB Variations
Color information
#273A5C (or 0x273A5C) is known color: Catalina Blue. HEX triplet: 27, 3A and 5C. RGB value is (39,58,92). Sum of RGB (Red+Green+Blue) = 39+58+92=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #273A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A5C is #D8C5A3. Grayscale: #383838. Windows color (decimal): -14206372 or 6044199. OLE color: 6044199.
HSL color Cylindrical-coordinate representation of color #273A5C: hue angle of 218.49º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273A5C is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 58 | 92 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.64 |
| HSL | 218.49º | 0.4% | 0.26% | - |
| HSV(B) | 218.49º | 0.58% | 0.36% | - |
| XYZ | 4.28 | 4.23 | 10.72 | - |
| YUV | 56.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 92 | 0.58 | 0.37 | 0 | 0.64 | 218.49 | 0.4 | 0.26 |
| Hex | 27 | 3A | 5C | 3A | 25 | 0 | 40 | DA | 28 | 1A |
| Octal | 47 | 72 | 134 | 72 | 45 | 0 | 100 | 332 | 50 | 32 |
| Binary | 100111 | 111010 | 1011100 | 111010 | 100101 | 0 | 1000000 | 11011010 | 101000 | 11010 |
Color Harmonies of #273A5C
Complementary color
Monochromatic Colors of #273A5C
Black with #273A5C
Text Example
Text Example
White with #273A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A5C; }
p { color: rgb(39,58,92); }
H1.HeaderClassName
{
color: #273A5C;
}
.AnyTagClassName
{
color: #273A5C;
}
</style>
background-color css
<style>
a { background-color: #273A5C; }
a { background-color: rgb(39,58,92); }
div.DivClassName
{
background-color: #273A5C;
}
.BgClassName
{
background-color: #273A5C;
}
</style>
border-color css
<style>
span { border-color: #273A5C; }
span { border-color: rgb(39,58,92); }
td.TdClassName
{
border-color: #273A5C;
}
.TagClassName
{
border-color: #273A5C;
}
</style>