Shades of Catalina Blue #283A60
Tints of Catalina Blue #283A60
RGB
CMYK
RGB Variations
Color information
#283A60 (or 0x283A60) is known color: Catalina Blue. HEX triplet: 28, 3A and 60. RGB value is (40,58,96). Sum of RGB (Red+Green+Blue) = 40+58+96=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #283A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A60 is #D7C59F. Grayscale: #383838. Windows color (decimal): -14140832 or 6306344. OLE color: 6306344.
HSL color Cylindrical-coordinate representation of color #283A60: hue angle of 220.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283A60 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 58 | 96 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.62 |
| HSL | 220.71º | 0.41% | 0.27% | - |
| HSV(B) | 220.71º | 0.58% | 0.38% | - |
| XYZ | 4.5 | 4.32 | 11.66 | - |
| YUV | 56.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 96 | 0.58 | 0.40 | 0 | 0.62 | 220.71 | 0.41 | 0.27 |
| Hex | 28 | 3A | 60 | 3A | 28 | 0 | 3E | DD | 29 | 1B |
| Octal | 50 | 72 | 140 | 72 | 50 | 0 | 76 | 335 | 51 | 33 |
| Binary | 101000 | 111010 | 1100000 | 111010 | 101000 | 0 | 111110 | 11011101 | 101001 | 11011 |
Color Harmonies of #283A60
Complementary color
Monochromatic Colors of #283A60
Black with #283A60
Text Example
Text Example
White with #283A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A60; }
p { color: rgb(40,58,96); }
H1.HeaderClassName
{
color: #283A60;
}
.AnyTagClassName
{
color: #283A60;
}
</style>
background-color css
<style>
a { background-color: #283A60; }
a { background-color: rgb(40,58,96); }
div.DivClassName
{
background-color: #283A60;
}
.BgClassName
{
background-color: #283A60;
}
</style>
border-color css
<style>
span { border-color: #283A60; }
span { border-color: rgb(40,58,96); }
td.TdClassName
{
border-color: #283A60;
}
.TagClassName
{
border-color: #283A60;
}
</style>