Shades of Catalina Blue #28385F
Tints of Catalina Blue #28385F
RGB
CMYK
RGB Variations
Color information
#28385F (or 0x28385F) is known color: Catalina Blue. HEX triplet: 28, 38 and 5F. RGB value is (40,56,95). Sum of RGB (Red+Green+Blue) = 40+56+95=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #28385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385F is #D7C7A0. Grayscale: #373737. Windows color (decimal): -14141345 or 6240296. OLE color: 6240296.
HSL color Cylindrical-coordinate representation of color #28385F: hue angle of 222.55º 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 #28385F is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 56 | 95 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.63 |
| HSL | 222.55º | 0.41% | 0.26% | - |
| HSV(B) | 222.55º | 0.58% | 0.37% | - |
| XYZ | 4.35 | 4.11 | 11.39 | - |
| YUV | 55.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 95 | 0.58 | 0.41 | 0 | 0.63 | 222.55 | 0.41 | 0.26 |
| Hex | 28 | 38 | 5F | 3A | 29 | 0 | 3F | DF | 29 | 1A |
| Octal | 50 | 70 | 137 | 72 | 51 | 0 | 77 | 337 | 51 | 32 |
| Binary | 101000 | 111000 | 1011111 | 111010 | 101001 | 0 | 111111 | 11011111 | 101001 | 11010 |
Color Harmonies of #28385F
Complementary color
Monochromatic Colors of #28385F
Black with #28385F
Text Example
Text Example
White with #28385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28385F; }
p { color: rgb(40,56,95); }
H1.HeaderClassName
{
color: #28385F;
}
.AnyTagClassName
{
color: #28385F;
}
</style>
background-color css
<style>
a { background-color: #28385F; }
a { background-color: rgb(40,56,95); }
div.DivClassName
{
background-color: #28385F;
}
.BgClassName
{
background-color: #28385F;
}
</style>
border-color css
<style>
span { border-color: #28385F; }
span { border-color: rgb(40,56,95); }
td.TdClassName
{
border-color: #28385F;
}
.TagClassName
{
border-color: #28385F;
}
</style>