Shades of Catalina Blue #283F57
Tints of Catalina Blue #283F57
RGB
CMYK
RGB Variations
Color information
#283F57 (or 0x283F57) is known color: Catalina Blue. HEX triplet: 28, 3F and 57. RGB value is (40,63,87). Sum of RGB (Red+Green+Blue) = 40+63+87=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #283F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F57 is #D7C0A8. Grayscale: #3A3A3A. Windows color (decimal): -14139561 or 5717800. OLE color: 5717800.
HSL color Cylindrical-coordinate representation of color #283F57: hue angle of 210.64º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #283F57 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 63 | 87 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.66 |
| HSL | 210.64º | 0.37% | 0.25% | - |
| HSV(B) | 210.64º | 0.54% | 0.34% | - |
| XYZ | 4.37 | 4.69 | 9.69 | - |
| YUV | 58.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 87 | 0.54 | 0.28 | 0 | 0.66 | 210.64 | 0.37 | 0.25 |
| Hex | 28 | 3F | 57 | 36 | 1C | 0 | 42 | D3 | 25 | 19 |
| Octal | 50 | 77 | 127 | 66 | 34 | 0 | 102 | 323 | 45 | 31 |
| Binary | 101000 | 111111 | 1010111 | 110110 | 11100 | 0 | 1000010 | 11010011 | 100101 | 11001 |
Color Harmonies of #283F57
Complementary color
Monochromatic Colors of #283F57
Black with #283F57
Text Example
Text Example
White with #283F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F57; }
p { color: rgb(40,63,87); }
H1.HeaderClassName
{
color: #283F57;
}
.AnyTagClassName
{
color: #283F57;
}
</style>
background-color css
<style>
a { background-color: #283F57; }
a { background-color: rgb(40,63,87); }
div.DivClassName
{
background-color: #283F57;
}
.BgClassName
{
background-color: #283F57;
}
</style>
border-color css
<style>
span { border-color: #283F57; }
span { border-color: rgb(40,63,87); }
td.TdClassName
{
border-color: #283F57;
}
.TagClassName
{
border-color: #283F57;
}
</style>