Shades of Catalina Blue #273E6B
Tints of Catalina Blue #273E6B
RGB
CMYK
RGB Variations
Color information
#273E6B (or 0x273E6B) is known color: Catalina Blue. HEX triplet: 27, 3E and 6B. RGB value is (39,62,107). Sum of RGB (Red+Green+Blue) = 39+62+107=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #273E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E6B is #D8C194. Grayscale: #3C3C3C. Windows color (decimal): -14205333 or 7028263. OLE color: 7028263.
HSL color Cylindrical-coordinate representation of color #273E6B: hue angle of 219.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273E6B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 62 | 107 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.58 |
| HSL | 219.71º | 0.47% | 0.29% | - |
| HSV(B) | 219.71º | 0.64% | 0.42% | - |
| XYZ | 5.21 | 4.94 | 14.59 | - |
| YUV | 60.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 107 | 0.64 | 0.42 | 0 | 0.58 | 219.71 | 0.47 | 0.29 |
| Hex | 27 | 3E | 6B | 40 | 2A | 0 | 3A | DC | 2F | 1D |
| Octal | 47 | 76 | 153 | 100 | 52 | 0 | 72 | 334 | 57 | 35 |
| Binary | 100111 | 111110 | 1101011 | 1000000 | 101010 | 0 | 111010 | 11011100 | 101111 | 11101 |
Color Harmonies of #273E6B
Complementary color
Monochromatic Colors of #273E6B
Black with #273E6B
Text Example
Text Example
White with #273E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E6B; }
p { color: rgb(39,62,107); }
H1.HeaderClassName
{
color: #273E6B;
}
.AnyTagClassName
{
color: #273E6B;
}
</style>
background-color css
<style>
a { background-color: #273E6B; }
a { background-color: rgb(39,62,107); }
div.DivClassName
{
background-color: #273E6B;
}
.BgClassName
{
background-color: #273E6B;
}
</style>
border-color css
<style>
span { border-color: #273E6B; }
span { border-color: rgb(39,62,107); }
td.TdClassName
{
border-color: #273E6B;
}
.TagClassName
{
border-color: #273E6B;
}
</style>