Shades of Catalina Blue #273F69
Tints of Catalina Blue #273F69
RGB
CMYK
RGB Variations
Color information
#273F69 (or 0x273F69) is known color: Catalina Blue. HEX triplet: 27, 3F and 69. RGB value is (39,63,105). Sum of RGB (Red+Green+Blue) = 39+63+105=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #273F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F69 is #D8C096. Grayscale: #3C3C3C. Windows color (decimal): -14205079 or 6897447. OLE color: 6897447.
HSL color Cylindrical-coordinate representation of color #273F69: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273F69 is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 63 | 105 | - |
| CMYK | 0.63 | 0.4 | 0 | 0.59 |
| HSL | 218.18º | 0.46% | 0.28% | - |
| HSV(B) | 218.18º | 0.63% | 0.41% | - |
| XYZ | 5.16 | 5.01 | 14.06 | - |
| YUV | 60.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 105 | 0.63 | 0.4 | 0 | 0.59 | 218.18 | 0.46 | 0.28 |
| Hex | 27 | 3F | 69 | 3F | 28 | 0 | 3B | DA | 2E | 1C |
| Octal | 47 | 77 | 151 | 77 | 50 | 0 | 73 | 332 | 56 | 34 |
| Binary | 100111 | 111111 | 1101001 | 111111 | 101000 | 0 | 111011 | 11011010 | 101110 | 11100 |
Color Harmonies of #273F69
Complementary color
Monochromatic Colors of #273F69
Black with #273F69
Text Example
Text Example
White with #273F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F69; }
p { color: rgb(39,63,105); }
H1.HeaderClassName
{
color: #273F69;
}
.AnyTagClassName
{
color: #273F69;
}
</style>
background-color css
<style>
a { background-color: #273F69; }
a { background-color: rgb(39,63,105); }
div.DivClassName
{
background-color: #273F69;
}
.BgClassName
{
background-color: #273F69;
}
</style>
border-color css
<style>
span { border-color: #273F69; }
span { border-color: rgb(39,63,105); }
td.TdClassName
{
border-color: #273F69;
}
.TagClassName
{
border-color: #273F69;
}
</style>