Shades of Catalina Blue #273B62
Tints of Catalina Blue #273B62
RGB
CMYK
RGB Variations
Color information
#273B62 (or 0x273B62) is known color: Catalina Blue. HEX triplet: 27, 3B and 62. RGB value is (39,59,98). Sum of RGB (Red+Green+Blue) = 39+59+98=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #273B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B62 is #D8C49D. Grayscale: #393939. Windows color (decimal): -14206110 or 6437671. OLE color: 6437671.
HSL color Cylindrical-coordinate representation of color #273B62: hue angle of 219.66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273B62 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 59 | 98 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.62 |
| HSL | 219.66º | 0.43% | 0.27% | - |
| HSV(B) | 219.66º | 0.6% | 0.38% | - |
| XYZ | 4.61 | 4.44 | 12.17 | - |
| YUV | 57.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 98 | 0.60 | 0.40 | 0 | 0.62 | 219.66 | 0.43 | 0.27 |
| Hex | 27 | 3B | 62 | 3C | 28 | 0 | 3E | DC | 2B | 1B |
| Octal | 47 | 73 | 142 | 74 | 50 | 0 | 76 | 334 | 53 | 33 |
| Binary | 100111 | 111011 | 1100010 | 111100 | 101000 | 0 | 111110 | 11011100 | 101011 | 11011 |
Color Harmonies of #273B62
Complementary color
Monochromatic Colors of #273B62
Black with #273B62
Text Example
Text Example
White with #273B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B62; }
p { color: rgb(39,59,98); }
H1.HeaderClassName
{
color: #273B62;
}
.AnyTagClassName
{
color: #273B62;
}
</style>
background-color css
<style>
a { background-color: #273B62; }
a { background-color: rgb(39,59,98); }
div.DivClassName
{
background-color: #273B62;
}
.BgClassName
{
background-color: #273B62;
}
</style>
border-color css
<style>
span { border-color: #273B62; }
span { border-color: rgb(39,59,98); }
td.TdClassName
{
border-color: #273B62;
}
.TagClassName
{
border-color: #273B62;
}
</style>