Shades of Catalina Blue #274266
Tints of Catalina Blue #274266
RGB
CMYK
RGB Variations
Color information
#274266 (or 0x274266) is known color: Catalina Blue. HEX triplet: 27, 42 and 66. RGB value is (39,66,102). Sum of RGB (Red+Green+Blue) = 39+66+102=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #274266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274266 is #D8BD99. Grayscale: #3D3D3D. Windows color (decimal): -14204314 or 6701607. OLE color: 6701607.
HSL color Cylindrical-coordinate representation of color #274266: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274266 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 66 | 102 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.6 |
| HSL | 214.29º | 0.45% | 0.28% | - |
| HSV(B) | 214.29º | 0.62% | 0.4% | - |
| XYZ | 5.18 | 5.29 | 13.32 | - |
| YUV | 62.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 102 | 0.62 | 0.35 | 0 | 0.6 | 214.29 | 0.45 | 0.28 |
| Hex | 27 | 42 | 66 | 3E | 23 | 0 | 3C | D6 | 2D | 1C |
| Octal | 47 | 102 | 146 | 76 | 43 | 0 | 74 | 326 | 55 | 34 |
| Binary | 100111 | 1000010 | 1100110 | 111110 | 100011 | 0 | 111100 | 11010110 | 101101 | 11100 |
Color Harmonies of #274266
Complementary color
Monochromatic Colors of #274266
Black with #274266
Text Example
Text Example
White with #274266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274266; }
p { color: rgb(39,66,102); }
H1.HeaderClassName
{
color: #274266;
}
.AnyTagClassName
{
color: #274266;
}
</style>
background-color css
<style>
a { background-color: #274266; }
a { background-color: rgb(39,66,102); }
div.DivClassName
{
background-color: #274266;
}
.BgClassName
{
background-color: #274266;
}
</style>
border-color css
<style>
span { border-color: #274266; }
span { border-color: rgb(39,66,102); }
td.TdClassName
{
border-color: #274266;
}
.TagClassName
{
border-color: #274266;
}
</style>