Shades of Catalina Blue #273F67
Tints of Catalina Blue #273F67
RGB
CMYK
RGB Variations
Color information
#273F67 (or 0x273F67) is known color: Catalina Blue. HEX triplet: 27, 3F and 67. RGB value is (39,63,103). Sum of RGB (Red+Green+Blue) = 39+63+103=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #273F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F67 is #D8C098. Grayscale: #3C3C3C. Windows color (decimal): -14205081 or 6766375. OLE color: 6766375.
HSL color Cylindrical-coordinate representation of color #273F67: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273F67 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 63 | 103 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.60 |
| HSL | 217.5º | 0.45% | 0.28% | - |
| HSV(B) | 217.5º | 0.62% | 0.4% | - |
| XYZ | 5.06 | 4.97 | 13.52 | - |
| YUV | 60.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 103 | 0.62 | 0.39 | 0 | 0.60 | 217.5 | 0.45 | 0.28 |
| Hex | 27 | 3F | 67 | 3E | 27 | 0 | 3C | DA | 2D | 1C |
| Octal | 47 | 77 | 147 | 76 | 47 | 0 | 74 | 332 | 55 | 34 |
| Binary | 100111 | 111111 | 1100111 | 111110 | 100111 | 0 | 111100 | 11011010 | 101101 | 11100 |
Color Harmonies of #273F67
Complementary color
Monochromatic Colors of #273F67
Black with #273F67
Text Example
Text Example
White with #273F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F67; }
p { color: rgb(39,63,103); }
H1.HeaderClassName
{
color: #273F67;
}
.AnyTagClassName
{
color: #273F67;
}
</style>
background-color css
<style>
a { background-color: #273F67; }
a { background-color: rgb(39,63,103); }
div.DivClassName
{
background-color: #273F67;
}
.BgClassName
{
background-color: #273F67;
}
</style>
border-color css
<style>
span { border-color: #273F67; }
span { border-color: rgb(39,63,103); }
td.TdClassName
{
border-color: #273F67;
}
.TagClassName
{
border-color: #273F67;
}
</style>