Shades of Catalina Blue #284165
Tints of Catalina Blue #284165
RGB
CMYK
RGB Variations
Color information
#284165 (or 0x284165) is known color: Catalina Blue. HEX triplet: 28, 41 and 65. RGB value is (40,65,101). Sum of RGB (Red+Green+Blue) = 40+65+101=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #284165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284165 is #D7BE9A. Grayscale: #3D3D3D. Windows color (decimal): -14139035 or 6635816. OLE color: 6635816.
HSL color Cylindrical-coordinate representation of color #284165: hue angle of 215.41º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284165 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 65 | 101 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.60 |
| HSL | 215.41º | 0.43% | 0.28% | - |
| HSV(B) | 215.41º | 0.6% | 0.4% | - |
| XYZ | 5.11 | 5.17 | 13.04 | - |
| YUV | 61.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 101 | 0.60 | 0.36 | 0 | 0.60 | 215.41 | 0.43 | 0.28 |
| Hex | 28 | 41 | 65 | 3C | 24 | 0 | 3C | D7 | 2B | 1C |
| Octal | 50 | 101 | 145 | 74 | 44 | 0 | 74 | 327 | 53 | 34 |
| Binary | 101000 | 1000001 | 1100101 | 111100 | 100100 | 0 | 111100 | 11010111 | 101011 | 11100 |
Color Harmonies of #284165
Complementary color
Monochromatic Colors of #284165
Black with #284165
Text Example
Text Example
White with #284165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284165; }
p { color: rgb(40,65,101); }
H1.HeaderClassName
{
color: #284165;
}
.AnyTagClassName
{
color: #284165;
}
</style>
background-color css
<style>
a { background-color: #284165; }
a { background-color: rgb(40,65,101); }
div.DivClassName
{
background-color: #284165;
}
.BgClassName
{
background-color: #284165;
}
</style>
border-color css
<style>
span { border-color: #284165; }
span { border-color: rgb(40,65,101); }
td.TdClassName
{
border-color: #284165;
}
.TagClassName
{
border-color: #284165;
}
</style>