Shades of Catalina Blue #283A63
Tints of Catalina Blue #283A63
RGB
CMYK
RGB Variations
Color information
#283A63 (or 0x283A63) is known color: Catalina Blue. HEX triplet: 28, 3A and 63. RGB value is (40,58,99). Sum of RGB (Red+Green+Blue) = 40+58+99=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #283A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A63 is #D7C59C. Grayscale: #393939. Windows color (decimal): -14140829 or 6502952. OLE color: 6502952.
HSL color Cylindrical-coordinate representation of color #283A63: hue angle of 221.69º 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 #283A63 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 58 | 99 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.61 |
| HSL | 221.69º | 0.42% | 0.27% | - |
| HSV(B) | 221.69º | 0.6% | 0.39% | - |
| XYZ | 4.64 | 4.38 | 12.4 | - |
| YUV | 57.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 99 | 0.60 | 0.41 | 0 | 0.61 | 221.69 | 0.42 | 0.27 |
| Hex | 28 | 3A | 63 | 3C | 29 | 0 | 3D | DE | 2A | 1B |
| Octal | 50 | 72 | 143 | 74 | 51 | 0 | 75 | 336 | 52 | 33 |
| Binary | 101000 | 111010 | 1100011 | 111100 | 101001 | 0 | 111101 | 11011110 | 101010 | 11011 |
Color Harmonies of #283A63
Complementary color
Monochromatic Colors of #283A63
Black with #283A63
Text Example
Text Example
White with #283A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A63; }
p { color: rgb(40,58,99); }
H1.HeaderClassName
{
color: #283A63;
}
.AnyTagClassName
{
color: #283A63;
}
</style>
background-color css
<style>
a { background-color: #283A63; }
a { background-color: rgb(40,58,99); }
div.DivClassName
{
background-color: #283A63;
}
.BgClassName
{
background-color: #283A63;
}
</style>
border-color css
<style>
span { border-color: #283A63; }
span { border-color: rgb(40,58,99); }
td.TdClassName
{
border-color: #283A63;
}
.TagClassName
{
border-color: #283A63;
}
</style>