Shades of Catalina Blue #283863
Tints of Catalina Blue #283863
RGB
CMYK
RGB Variations
Color information
#283863 (or 0x283863) is known color: Catalina Blue. HEX triplet: 28, 38 and 63. RGB value is (40,56,99). Sum of RGB (Red+Green+Blue) = 40+56+99=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #283863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283863 is #D7C79C. Grayscale: #373737. Windows color (decimal): -14141341 or 6502440. OLE color: 6502440.
HSL color Cylindrical-coordinate representation of color #283863: hue angle of 223.73º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283863 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 56 | 99 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.61 |
| HSL | 223.73º | 0.42% | 0.27% | - |
| HSV(B) | 223.73º | 0.6% | 0.39% | - |
| XYZ | 4.54 | 4.18 | 12.37 | - |
| YUV | 56.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 99 | 0.60 | 0.43 | 0 | 0.61 | 223.73 | 0.42 | 0.27 |
| Hex | 28 | 38 | 63 | 3C | 2B | 0 | 3D | E0 | 2A | 1B |
| Octal | 50 | 70 | 143 | 74 | 53 | 0 | 75 | 340 | 52 | 33 |
| Binary | 101000 | 111000 | 1100011 | 111100 | 101011 | 0 | 111101 | 11100000 | 101010 | 11011 |
Color Harmonies of #283863
Complementary color
Monochromatic Colors of #283863
Black with #283863
Text Example
Text Example
White with #283863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283863; }
p { color: rgb(40,56,99); }
H1.HeaderClassName
{
color: #283863;
}
.AnyTagClassName
{
color: #283863;
}
</style>
background-color css
<style>
a { background-color: #283863; }
a { background-color: rgb(40,56,99); }
div.DivClassName
{
background-color: #283863;
}
.BgClassName
{
background-color: #283863;
}
</style>
border-color css
<style>
span { border-color: #283863; }
span { border-color: rgb(40,56,99); }
td.TdClassName
{
border-color: #283863;
}
.TagClassName
{
border-color: #283863;
}
</style>