Shades of Catalina Blue #283F5F
Tints of Catalina Blue #283F5F
RGB
CMYK
RGB Variations
Color information
#283F5F (or 0x283F5F) is known color: Catalina Blue. HEX triplet: 28, 3F and 5F. RGB value is (40,63,95). Sum of RGB (Red+Green+Blue) = 40+63+95=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #283F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F5F is #D7C0A0. Grayscale: #3B3B3B. Windows color (decimal): -14139553 or 6242088. OLE color: 6242088.
HSL color Cylindrical-coordinate representation of color #283F5F: hue angle of 214.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283F5F is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 63 | 95 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.63 |
| HSL | 214.91º | 0.41% | 0.26% | - |
| HSV(B) | 214.91º | 0.58% | 0.37% | - |
| XYZ | 4.72 | 4.83 | 11.51 | - |
| YUV | 59.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 95 | 0.58 | 0.34 | 0 | 0.63 | 214.91 | 0.41 | 0.26 |
| Hex | 28 | 3F | 5F | 3A | 22 | 0 | 3F | D7 | 29 | 1A |
| Octal | 50 | 77 | 137 | 72 | 42 | 0 | 77 | 327 | 51 | 32 |
| Binary | 101000 | 111111 | 1011111 | 111010 | 100010 | 0 | 111111 | 11010111 | 101001 | 11010 |
Color Harmonies of #283F5F
Complementary color
Monochromatic Colors of #283F5F
Black with #283F5F
Text Example
Text Example
White with #283F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F5F; }
p { color: rgb(40,63,95); }
H1.HeaderClassName
{
color: #283F5F;
}
.AnyTagClassName
{
color: #283F5F;
}
</style>
background-color css
<style>
a { background-color: #283F5F; }
a { background-color: rgb(40,63,95); }
div.DivClassName
{
background-color: #283F5F;
}
.BgClassName
{
background-color: #283F5F;
}
</style>
border-color css
<style>
span { border-color: #283F5F; }
span { border-color: rgb(40,63,95); }
td.TdClassName
{
border-color: #283F5F;
}
.TagClassName
{
border-color: #283F5F;
}
</style>