Shades of Catalina Blue #274669
Tints of Catalina Blue #274669
RGB
CMYK
RGB Variations
Color information
#274669 (or 0x274669) is known color: Catalina Blue. HEX triplet: 27, 46 and 69. RGB value is (39,70,105). Sum of RGB (Red+Green+Blue) = 39+70+105=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #274669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274669 is #D8B996. Grayscale: #404040. Windows color (decimal): -14203287 or 6899239. OLE color: 6899239.
HSL color Cylindrical-coordinate representation of color #274669: hue angle of 211.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274669 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 70 | 105 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.59 |
| HSL | 211.82º | 0.46% | 0.28% | - |
| HSV(B) | 211.82º | 0.63% | 0.41% | - |
| XYZ | 5.58 | 5.83 | 14.2 | - |
| YUV | 64.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 105 | 0.63 | 0.33 | 0 | 0.59 | 211.82 | 0.46 | 0.28 |
| Hex | 27 | 46 | 69 | 3F | 21 | 0 | 3B | D4 | 2E | 1C |
| Octal | 47 | 106 | 151 | 77 | 41 | 0 | 73 | 324 | 56 | 34 |
| Binary | 100111 | 1000110 | 1101001 | 111111 | 100001 | 0 | 111011 | 11010100 | 101110 | 11100 |
Color Harmonies of #274669
Complementary color
Monochromatic Colors of #274669
Black with #274669
Text Example
Text Example
White with #274669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274669; }
p { color: rgb(39,70,105); }
H1.HeaderClassName
{
color: #274669;
}
.AnyTagClassName
{
color: #274669;
}
</style>
background-color css
<style>
a { background-color: #274669; }
a { background-color: rgb(39,70,105); }
div.DivClassName
{
background-color: #274669;
}
.BgClassName
{
background-color: #274669;
}
</style>
border-color css
<style>
span { border-color: #274669; }
span { border-color: rgb(39,70,105); }
td.TdClassName
{
border-color: #274669;
}
.TagClassName
{
border-color: #274669;
}
</style>