Shades of Catalina Blue #273F5B
Tints of Catalina Blue #273F5B
RGB
CMYK
RGB Variations
Color information
#273F5B (or 0x273F5B) is known color: Catalina Blue. HEX triplet: 27, 3F and 5B. RGB value is (39,63,91). Sum of RGB (Red+Green+Blue) = 39+63+91=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #273F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F5B is #D8C0A4. Grayscale: #3A3A3A. Windows color (decimal): -14205093 or 5979943. OLE color: 5979943.
HSL color Cylindrical-coordinate representation of color #273F5B: hue angle of 212.31º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #273F5B is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 63 | 91 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.64 |
| HSL | 212.31º | 0.4% | 0.25% | - |
| HSV(B) | 212.31º | 0.57% | 0.36% | - |
| XYZ | 4.5 | 4.74 | 10.58 | - |
| YUV | 59.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 91 | 0.57 | 0.31 | 0 | 0.64 | 212.31 | 0.4 | 0.25 |
| Hex | 27 | 3F | 5B | 39 | 1F | 0 | 40 | D4 | 28 | 19 |
| Octal | 47 | 77 | 133 | 71 | 37 | 0 | 100 | 324 | 50 | 31 |
| Binary | 100111 | 111111 | 1011011 | 111001 | 11111 | 0 | 1000000 | 11010100 | 101000 | 11001 |
Color Harmonies of #273F5B
Complementary color
Monochromatic Colors of #273F5B
Black with #273F5B
Text Example
Text Example
White with #273F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F5B; }
p { color: rgb(39,63,91); }
H1.HeaderClassName
{
color: #273F5B;
}
.AnyTagClassName
{
color: #273F5B;
}
</style>
background-color css
<style>
a { background-color: #273F5B; }
a { background-color: rgb(39,63,91); }
div.DivClassName
{
background-color: #273F5B;
}
.BgClassName
{
background-color: #273F5B;
}
</style>
border-color css
<style>
span { border-color: #273F5B; }
span { border-color: rgb(39,63,91); }
td.TdClassName
{
border-color: #273F5B;
}
.TagClassName
{
border-color: #273F5B;
}
</style>