Shades of Catalina Blue #283F63
Tints of Catalina Blue #283F63
RGB
CMYK
RGB Variations
Color information
#283F63 (or 0x283F63) is known color: Catalina Blue. HEX triplet: 28, 3F and 63. RGB value is (40,63,99). Sum of RGB (Red+Green+Blue) = 40+63+99=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #283F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F63 is #D7C09C. Grayscale: #3C3C3C. Windows color (decimal): -14139549 or 6504232. OLE color: 6504232.
HSL color Cylindrical-coordinate representation of color #283F63: hue angle of 216.61º 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 #283F63 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 63 | 99 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.61 |
| HSL | 216.61º | 0.42% | 0.27% | - |
| HSV(B) | 216.61º | 0.6% | 0.39% | - |
| XYZ | 4.9 | 4.91 | 12.49 | - |
| YUV | 60.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 99 | 0.60 | 0.36 | 0 | 0.61 | 216.61 | 0.42 | 0.27 |
| Hex | 28 | 3F | 63 | 3C | 24 | 0 | 3D | D9 | 2A | 1B |
| Octal | 50 | 77 | 143 | 74 | 44 | 0 | 75 | 331 | 52 | 33 |
| Binary | 101000 | 111111 | 1100011 | 111100 | 100100 | 0 | 111101 | 11011001 | 101010 | 11011 |
Color Harmonies of #283F63
Complementary color
Monochromatic Colors of #283F63
Black with #283F63
Text Example
Text Example
White with #283F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F63; }
p { color: rgb(40,63,99); }
H1.HeaderClassName
{
color: #283F63;
}
.AnyTagClassName
{
color: #283F63;
}
</style>
background-color css
<style>
a { background-color: #283F63; }
a { background-color: rgb(40,63,99); }
div.DivClassName
{
background-color: #283F63;
}
.BgClassName
{
background-color: #283F63;
}
</style>
border-color css
<style>
span { border-color: #283F63; }
span { border-color: rgb(40,63,99); }
td.TdClassName
{
border-color: #283F63;
}
.TagClassName
{
border-color: #283F63;
}
</style>