Shades of Catalina Blue #274363
Tints of Catalina Blue #274363
RGB
CMYK
RGB Variations
Color information
#274363 (or 0x274363) is known color: Catalina Blue. HEX triplet: 27, 43 and 63. RGB value is (39,67,99). Sum of RGB (Red+Green+Blue) = 39+67+99=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #274363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274363 is #D8BC9C. Grayscale: #3E3E3E. Windows color (decimal): -14204061 or 6505255. OLE color: 6505255.
HSL color Cylindrical-coordinate representation of color #274363: hue angle of 212º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274363 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 67 | 99 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.61 |
| HSL | 212º | 0.43% | 0.27% | - |
| HSV(B) | 212º | 0.61% | 0.39% | - |
| XYZ | 5.1 | 5.35 | 12.57 | - |
| YUV | 62.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 99 | 0.61 | 0.32 | 0 | 0.61 | 212 | 0.43 | 0.27 |
| Hex | 27 | 43 | 63 | 3D | 20 | 0 | 3D | D4 | 2B | 1B |
| Octal | 47 | 103 | 143 | 75 | 40 | 0 | 75 | 324 | 53 | 33 |
| Binary | 100111 | 1000011 | 1100011 | 111101 | 100000 | 0 | 111101 | 11010100 | 101011 | 11011 |
Color Harmonies of #274363
Complementary color
Monochromatic Colors of #274363
Black with #274363
Text Example
Text Example
White with #274363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274363; }
p { color: rgb(39,67,99); }
H1.HeaderClassName
{
color: #274363;
}
.AnyTagClassName
{
color: #274363;
}
</style>
background-color css
<style>
a { background-color: #274363; }
a { background-color: rgb(39,67,99); }
div.DivClassName
{
background-color: #274363;
}
.BgClassName
{
background-color: #274363;
}
</style>
border-color css
<style>
span { border-color: #274363; }
span { border-color: rgb(39,67,99); }
td.TdClassName
{
border-color: #274363;
}
.TagClassName
{
border-color: #274363;
}
</style>