Shades of Catalina Blue #274566
Tints of Catalina Blue #274566
RGB
CMYK
RGB Variations
Color information
#274566 (or 0x274566) is known color: Catalina Blue. HEX triplet: 27, 45 and 66. RGB value is (39,69,102). Sum of RGB (Red+Green+Blue) = 39+69+102=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #274566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274566 is #D8BA99. Grayscale: #3F3F3F. Windows color (decimal): -14203546 or 6702375. OLE color: 6702375.
HSL color Cylindrical-coordinate representation of color #274566: hue angle of 211.43º 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 #274566 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 69 | 102 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.6 |
| HSL | 211.43º | 0.45% | 0.28% | - |
| HSV(B) | 211.43º | 0.62% | 0.4% | - |
| XYZ | 5.36 | 5.65 | 13.38 | - |
| YUV | 63.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 102 | 0.62 | 0.32 | 0 | 0.6 | 211.43 | 0.45 | 0.28 |
| Hex | 27 | 45 | 66 | 3E | 20 | 0 | 3C | D3 | 2D | 1C |
| Octal | 47 | 105 | 146 | 76 | 40 | 0 | 74 | 323 | 55 | 34 |
| Binary | 100111 | 1000101 | 1100110 | 111110 | 100000 | 0 | 111100 | 11010011 | 101101 | 11100 |
Color Harmonies of #274566
Complementary color
Monochromatic Colors of #274566
Black with #274566
Text Example
Text Example
White with #274566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274566; }
p { color: rgb(39,69,102); }
H1.HeaderClassName
{
color: #274566;
}
.AnyTagClassName
{
color: #274566;
}
</style>
background-color css
<style>
a { background-color: #274566; }
a { background-color: rgb(39,69,102); }
div.DivClassName
{
background-color: #274566;
}
.BgClassName
{
background-color: #274566;
}
</style>
border-color css
<style>
span { border-color: #274566; }
span { border-color: rgb(39,69,102); }
td.TdClassName
{
border-color: #274566;
}
.TagClassName
{
border-color: #274566;
}
</style>