Shades of Catalina Blue #283D62
Tints of Catalina Blue #283D62
RGB
CMYK
RGB Variations
Color information
#283D62 (or 0x283D62) is known color: Catalina Blue. HEX triplet: 28, 3D and 62. RGB value is (40,61,98). Sum of RGB (Red+Green+Blue) = 40+61+98=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #283D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D62 is #D7C29D. Grayscale: #3A3A3A. Windows color (decimal): -14140062 or 6438184. OLE color: 6438184.
HSL color Cylindrical-coordinate representation of color #283D62: hue angle of 218.28º 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 #283D62 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 61 | 98 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.62 |
| HSL | 218.28º | 0.42% | 0.27% | - |
| HSV(B) | 218.28º | 0.59% | 0.38% | - |
| XYZ | 4.75 | 4.67 | 12.21 | - |
| YUV | 58.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 98 | 0.59 | 0.38 | 0 | 0.62 | 218.28 | 0.42 | 0.27 |
| Hex | 28 | 3D | 62 | 3B | 26 | 0 | 3E | DA | 2A | 1B |
| Octal | 50 | 75 | 142 | 73 | 46 | 0 | 76 | 332 | 52 | 33 |
| Binary | 101000 | 111101 | 1100010 | 111011 | 100110 | 0 | 111110 | 11011010 | 101010 | 11011 |
Color Harmonies of #283D62
Complementary color
Monochromatic Colors of #283D62
Black with #283D62
Text Example
Text Example
White with #283D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D62; }
p { color: rgb(40,61,98); }
H1.HeaderClassName
{
color: #283D62;
}
.AnyTagClassName
{
color: #283D62;
}
</style>
background-color css
<style>
a { background-color: #283D62; }
a { background-color: rgb(40,61,98); }
div.DivClassName
{
background-color: #283D62;
}
.BgClassName
{
background-color: #283D62;
}
</style>
border-color css
<style>
span { border-color: #283D62; }
span { border-color: rgb(40,61,98); }
td.TdClassName
{
border-color: #283D62;
}
.TagClassName
{
border-color: #283D62;
}
</style>