Shades of Catalina Blue #273F68
Tints of Catalina Blue #273F68
RGB
CMYK
RGB Variations
Color information
#273F68 (or 0x273F68) is known color: Catalina Blue. HEX triplet: 27, 3F and 68. RGB value is (39,63,104). Sum of RGB (Red+Green+Blue) = 39+63+104=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #273F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F68 is #D8C097. Grayscale: #3C3C3C. Windows color (decimal): -14205080 or 6831911. OLE color: 6831911.
HSL color Cylindrical-coordinate representation of color #273F68: hue angle of 217.85º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273F68 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 63 | 104 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.59 |
| HSL | 217.85º | 0.45% | 0.28% | - |
| HSV(B) | 217.85º | 0.63% | 0.41% | - |
| XYZ | 5.11 | 4.99 | 13.79 | - |
| YUV | 60.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 104 | 0.62 | 0.39 | 0 | 0.59 | 217.85 | 0.45 | 0.28 |
| Hex | 27 | 3F | 68 | 3E | 27 | 0 | 3B | DA | 2D | 1C |
| Octal | 47 | 77 | 150 | 76 | 47 | 0 | 73 | 332 | 55 | 34 |
| Binary | 100111 | 111111 | 1101000 | 111110 | 100111 | 0 | 111011 | 11011010 | 101101 | 11100 |
Color Harmonies of #273F68
Complementary color
Monochromatic Colors of #273F68
Black with #273F68
Text Example
Text Example
White with #273F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F68; }
p { color: rgb(39,63,104); }
H1.HeaderClassName
{
color: #273F68;
}
.AnyTagClassName
{
color: #273F68;
}
</style>
background-color css
<style>
a { background-color: #273F68; }
a { background-color: rgb(39,63,104); }
div.DivClassName
{
background-color: #273F68;
}
.BgClassName
{
background-color: #273F68;
}
</style>
border-color css
<style>
span { border-color: #273F68; }
span { border-color: rgb(39,63,104); }
td.TdClassName
{
border-color: #273F68;
}
.TagClassName
{
border-color: #273F68;
}
</style>