Shades of Catalina Blue #274265
Tints of Catalina Blue #274265
RGB
CMYK
RGB Variations
Color information
#274265 (or 0x274265) is known color: Catalina Blue. HEX triplet: 27, 42 and 65. RGB value is (39,66,101). Sum of RGB (Red+Green+Blue) = 39+66+101=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #274265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274265 is #D8BD9A. Grayscale: #3D3D3D. Windows color (decimal): -14204315 or 6636071. OLE color: 6636071.
HSL color Cylindrical-coordinate representation of color #274265: hue angle of 213.87º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274265 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 66 | 101 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.60 |
| HSL | 213.87º | 0.44% | 0.27% | - |
| HSV(B) | 213.87º | 0.61% | 0.4% | - |
| XYZ | 5.13 | 5.27 | 13.06 | - |
| YUV | 61.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 101 | 0.61 | 0.35 | 0 | 0.60 | 213.87 | 0.44 | 0.27 |
| Hex | 27 | 42 | 65 | 3D | 23 | 0 | 3C | D6 | 2C | 1B |
| Octal | 47 | 102 | 145 | 75 | 43 | 0 | 74 | 326 | 54 | 33 |
| Binary | 100111 | 1000010 | 1100101 | 111101 | 100011 | 0 | 111100 | 11010110 | 101100 | 11011 |
Color Harmonies of #274265
Complementary color
Monochromatic Colors of #274265
Black with #274265
Text Example
Text Example
White with #274265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274265; }
p { color: rgb(39,66,101); }
H1.HeaderClassName
{
color: #274265;
}
.AnyTagClassName
{
color: #274265;
}
</style>
background-color css
<style>
a { background-color: #274265; }
a { background-color: rgb(39,66,101); }
div.DivClassName
{
background-color: #274265;
}
.BgClassName
{
background-color: #274265;
}
</style>
border-color css
<style>
span { border-color: #274265; }
span { border-color: rgb(39,66,101); }
td.TdClassName
{
border-color: #274265;
}
.TagClassName
{
border-color: #274265;
}
</style>