Shades of Catalina Blue #273D5B
Tints of Catalina Blue #273D5B
RGB
CMYK
RGB Variations
Color information
#273D5B (or 0x273D5B) is known color: Catalina Blue. HEX triplet: 27, 3D and 5B. RGB value is (39,61,91). Sum of RGB (Red+Green+Blue) = 39+61+91=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #273D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D5B is #D8C2A4. Grayscale: #393939. Windows color (decimal): -14205605 or 5979431. OLE color: 5979431.
HSL color Cylindrical-coordinate representation of color #273D5B: hue angle of 214.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #273D5B is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 61 | 91 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.64 |
| HSL | 214.62º | 0.4% | 0.25% | - |
| HSV(B) | 214.62º | 0.57% | 0.36% | - |
| XYZ | 4.39 | 4.52 | 10.54 | - |
| YUV | 57.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 91 | 0.57 | 0.33 | 0 | 0.64 | 214.62 | 0.4 | 0.25 |
| Hex | 27 | 3D | 5B | 39 | 21 | 0 | 40 | D7 | 28 | 19 |
| Octal | 47 | 75 | 133 | 71 | 41 | 0 | 100 | 327 | 50 | 31 |
| Binary | 100111 | 111101 | 1011011 | 111001 | 100001 | 0 | 1000000 | 11010111 | 101000 | 11001 |
Color Harmonies of #273D5B
Complementary color
Monochromatic Colors of #273D5B
Black with #273D5B
Text Example
Text Example
White with #273D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D5B; }
p { color: rgb(39,61,91); }
H1.HeaderClassName
{
color: #273D5B;
}
.AnyTagClassName
{
color: #273D5B;
}
</style>
background-color css
<style>
a { background-color: #273D5B; }
a { background-color: rgb(39,61,91); }
div.DivClassName
{
background-color: #273D5B;
}
.BgClassName
{
background-color: #273D5B;
}
</style>
border-color css
<style>
span { border-color: #273D5B; }
span { border-color: rgb(39,61,91); }
td.TdClassName
{
border-color: #273D5B;
}
.TagClassName
{
border-color: #273D5B;
}
</style>