Shades of Catalina Blue #274369
Tints of Catalina Blue #274369
RGB
CMYK
RGB Variations
Color information
#274369 (or 0x274369) is known color: Catalina Blue. HEX triplet: 27, 43 and 69. RGB value is (39,67,105). Sum of RGB (Red+Green+Blue) = 39+67+105=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #274369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274369 is #D8BC96. Grayscale: #3E3E3E. Windows color (decimal): -14204055 or 6898471. OLE color: 6898471.
HSL color Cylindrical-coordinate representation of color #274369: hue angle of 214.55º 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 #274369 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 67 | 105 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.59 |
| HSL | 214.55º | 0.46% | 0.28% | - |
| HSV(B) | 214.55º | 0.63% | 0.41% | - |
| XYZ | 5.39 | 5.47 | 14.14 | - |
| YUV | 62.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 105 | 0.63 | 0.36 | 0 | 0.59 | 214.55 | 0.46 | 0.28 |
| Hex | 27 | 43 | 69 | 3F | 24 | 0 | 3B | D7 | 2E | 1C |
| Octal | 47 | 103 | 151 | 77 | 44 | 0 | 73 | 327 | 56 | 34 |
| Binary | 100111 | 1000011 | 1101001 | 111111 | 100100 | 0 | 111011 | 11010111 | 101110 | 11100 |
Color Harmonies of #274369
Complementary color
Monochromatic Colors of #274369
Black with #274369
Text Example
Text Example
White with #274369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274369; }
p { color: rgb(39,67,105); }
H1.HeaderClassName
{
color: #274369;
}
.AnyTagClassName
{
color: #274369;
}
</style>
background-color css
<style>
a { background-color: #274369; }
a { background-color: rgb(39,67,105); }
div.DivClassName
{
background-color: #274369;
}
.BgClassName
{
background-color: #274369;
}
</style>
border-color css
<style>
span { border-color: #274369; }
span { border-color: rgb(39,67,105); }
td.TdClassName
{
border-color: #274369;
}
.TagClassName
{
border-color: #274369;
}
</style>