Shades of Catalina Blue #283F60
Tints of Catalina Blue #283F60
RGB
CMYK
RGB Variations
Color information
#283F60 (or 0x283F60) is known color: Catalina Blue. HEX triplet: 28, 3F and 60. RGB value is (40,63,96). Sum of RGB (Red+Green+Blue) = 40+63+96=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #283F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F60 is #D7C09F. Grayscale: #3B3B3B. Windows color (decimal): -14139552 or 6307624. OLE color: 6307624.
HSL color Cylindrical-coordinate representation of color #283F60: hue angle of 215.36º 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 #283F60 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 63 | 96 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.62 |
| HSL | 215.36º | 0.41% | 0.27% | - |
| HSV(B) | 215.36º | 0.58% | 0.38% | - |
| XYZ | 4.76 | 4.85 | 11.75 | - |
| YUV | 59.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 96 | 0.58 | 0.34 | 0 | 0.62 | 215.36 | 0.41 | 0.27 |
| Hex | 28 | 3F | 60 | 3A | 22 | 0 | 3E | D7 | 29 | 1B |
| Octal | 50 | 77 | 140 | 72 | 42 | 0 | 76 | 327 | 51 | 33 |
| Binary | 101000 | 111111 | 1100000 | 111010 | 100010 | 0 | 111110 | 11010111 | 101001 | 11011 |
Color Harmonies of #283F60
Complementary color
Monochromatic Colors of #283F60
Black with #283F60
Text Example
Text Example
White with #283F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F60; }
p { color: rgb(40,63,96); }
H1.HeaderClassName
{
color: #283F60;
}
.AnyTagClassName
{
color: #283F60;
}
</style>
background-color css
<style>
a { background-color: #283F60; }
a { background-color: rgb(40,63,96); }
div.DivClassName
{
background-color: #283F60;
}
.BgClassName
{
background-color: #283F60;
}
</style>
border-color css
<style>
span { border-color: #283F60; }
span { border-color: rgb(40,63,96); }
td.TdClassName
{
border-color: #283F60;
}
.TagClassName
{
border-color: #283F60;
}
</style>