Shades of Catalina Blue #274160
Tints of Catalina Blue #274160
RGB
CMYK
RGB Variations
Color information
#274160 (or 0x274160) is known color: Catalina Blue. HEX triplet: 27, 41 and 60. RGB value is (39,65,96). Sum of RGB (Red+Green+Blue) = 39+65+96=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #274160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274160 is #D8BE9F. Grayscale: #3C3C3C. Windows color (decimal): -14204576 or 6308135. OLE color: 6308135.
HSL color Cylindrical-coordinate representation of color #274160: hue angle of 212.63º 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 #274160 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 65 | 96 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.62 |
| HSL | 212.63º | 0.42% | 0.26% | - |
| HSV(B) | 212.63º | 0.59% | 0.38% | - |
| XYZ | 4.84 | 5.06 | 11.79 | - |
| YUV | 60.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 96 | 0.59 | 0.32 | 0 | 0.62 | 212.63 | 0.42 | 0.26 |
| Hex | 27 | 41 | 60 | 3B | 20 | 0 | 3E | D5 | 2A | 1A |
| Octal | 47 | 101 | 140 | 73 | 40 | 0 | 76 | 325 | 52 | 32 |
| Binary | 100111 | 1000001 | 1100000 | 111011 | 100000 | 0 | 111110 | 11010101 | 101010 | 11010 |
Color Harmonies of #274160
Complementary color
Monochromatic Colors of #274160
Black with #274160
Text Example
Text Example
White with #274160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274160; }
p { color: rgb(39,65,96); }
H1.HeaderClassName
{
color: #274160;
}
.AnyTagClassName
{
color: #274160;
}
</style>
background-color css
<style>
a { background-color: #274160; }
a { background-color: rgb(39,65,96); }
div.DivClassName
{
background-color: #274160;
}
.BgClassName
{
background-color: #274160;
}
</style>
border-color css
<style>
span { border-color: #274160; }
span { border-color: rgb(39,65,96); }
td.TdClassName
{
border-color: #274160;
}
.TagClassName
{
border-color: #274160;
}
</style>