Shades of Catalina Blue #283E63
Tints of Catalina Blue #283E63
RGB
CMYK
RGB Variations
Color information
#283E63 (or 0x283E63) is known color: Catalina Blue. HEX triplet: 28, 3E and 63. RGB value is (40,62,99). Sum of RGB (Red+Green+Blue) = 40+62+99=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #283E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E63 is #D7C19C. Grayscale: #3B3B3B. Windows color (decimal): -14139805 or 6503976. OLE color: 6503976.
HSL color Cylindrical-coordinate representation of color #283E63: hue angle of 217.63º 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 #283E63 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 62 | 99 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.61 |
| HSL | 217.63º | 0.42% | 0.27% | - |
| HSV(B) | 217.63º | 0.6% | 0.39% | - |
| XYZ | 4.85 | 4.8 | 12.47 | - |
| YUV | 59.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 99 | 0.60 | 0.37 | 0 | 0.61 | 217.63 | 0.42 | 0.27 |
| Hex | 28 | 3E | 63 | 3C | 25 | 0 | 3D | DA | 2A | 1B |
| Octal | 50 | 76 | 143 | 74 | 45 | 0 | 75 | 332 | 52 | 33 |
| Binary | 101000 | 111110 | 1100011 | 111100 | 100101 | 0 | 111101 | 11011010 | 101010 | 11011 |
Color Harmonies of #283E63
Complementary color
Monochromatic Colors of #283E63
Black with #283E63
Text Example
Text Example
White with #283E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E63; }
p { color: rgb(40,62,99); }
H1.HeaderClassName
{
color: #283E63;
}
.AnyTagClassName
{
color: #283E63;
}
</style>
background-color css
<style>
a { background-color: #283E63; }
a { background-color: rgb(40,62,99); }
div.DivClassName
{
background-color: #283E63;
}
.BgClassName
{
background-color: #283E63;
}
</style>
border-color css
<style>
span { border-color: #283E63; }
span { border-color: rgb(40,62,99); }
td.TdClassName
{
border-color: #283E63;
}
.TagClassName
{
border-color: #283E63;
}
</style>