Shades of Catalina Blue #283D61
Tints of Catalina Blue #283D61
RGB
CMYK
RGB Variations
Color information
#283D61 (or 0x283D61) is known color: Catalina Blue. HEX triplet: 28, 3D and 61. RGB value is (40,61,97). Sum of RGB (Red+Green+Blue) = 40+61+97=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #283D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D61 is #D7C29E. Grayscale: #3A3A3A. Windows color (decimal): -14140063 or 6372648. OLE color: 6372648.
HSL color Cylindrical-coordinate representation of color #283D61: hue angle of 217.89º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283D61 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 61 | 97 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.62 |
| HSL | 217.89º | 0.42% | 0.27% | - |
| HSV(B) | 217.89º | 0.59% | 0.38% | - |
| XYZ | 4.7 | 4.65 | 11.96 | - |
| YUV | 58.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 97 | 0.59 | 0.37 | 0 | 0.62 | 217.89 | 0.42 | 0.27 |
| Hex | 28 | 3D | 61 | 3B | 25 | 0 | 3E | DA | 2A | 1B |
| Octal | 50 | 75 | 141 | 73 | 45 | 0 | 76 | 332 | 52 | 33 |
| Binary | 101000 | 111101 | 1100001 | 111011 | 100101 | 0 | 111110 | 11011010 | 101010 | 11011 |
Color Harmonies of #283D61
Complementary color
Monochromatic Colors of #283D61
Black with #283D61
Text Example
Text Example
White with #283D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D61; }
p { color: rgb(40,61,97); }
H1.HeaderClassName
{
color: #283D61;
}
.AnyTagClassName
{
color: #283D61;
}
</style>
background-color css
<style>
a { background-color: #283D61; }
a { background-color: rgb(40,61,97); }
div.DivClassName
{
background-color: #283D61;
}
.BgClassName
{
background-color: #283D61;
}
</style>
border-color css
<style>
span { border-color: #283D61; }
span { border-color: rgb(40,61,97); }
td.TdClassName
{
border-color: #283D61;
}
.TagClassName
{
border-color: #283D61;
}
</style>