Shades of Catalina Blue #273D60
Tints of Catalina Blue #273D60
RGB
CMYK
RGB Variations
Color information
#273D60 (or 0x273D60) is known color: Catalina Blue. HEX triplet: 27, 3D and 60. RGB value is (39,61,96). Sum of RGB (Red+Green+Blue) = 39+61+96=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #273D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D60 is #D8C29F. Grayscale: #3A3A3A. Windows color (decimal): -14205600 or 6307111. OLE color: 6307111.
HSL color Cylindrical-coordinate representation of color #273D60: hue angle of 216.84º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273D60 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 61 | 96 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.62 |
| HSL | 216.84º | 0.42% | 0.26% | - |
| HSV(B) | 216.84º | 0.59% | 0.38% | - |
| XYZ | 4.62 | 4.61 | 11.71 | - |
| YUV | 58.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 96 | 0.59 | 0.36 | 0 | 0.62 | 216.84 | 0.42 | 0.26 |
| Hex | 27 | 3D | 60 | 3B | 24 | 0 | 3E | D9 | 2A | 1A |
| Octal | 47 | 75 | 140 | 73 | 44 | 0 | 76 | 331 | 52 | 32 |
| Binary | 100111 | 111101 | 1100000 | 111011 | 100100 | 0 | 111110 | 11011001 | 101010 | 11010 |
Color Harmonies of #273D60
Complementary color
Monochromatic Colors of #273D60
Black with #273D60
Text Example
Text Example
White with #273D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D60; }
p { color: rgb(39,61,96); }
H1.HeaderClassName
{
color: #273D60;
}
.AnyTagClassName
{
color: #273D60;
}
</style>
background-color css
<style>
a { background-color: #273D60; }
a { background-color: rgb(39,61,96); }
div.DivClassName
{
background-color: #273D60;
}
.BgClassName
{
background-color: #273D60;
}
</style>
border-color css
<style>
span { border-color: #273D60; }
span { border-color: rgb(39,61,96); }
td.TdClassName
{
border-color: #273D60;
}
.TagClassName
{
border-color: #273D60;
}
</style>