Shades of Catalina Blue #28385B
Tints of Catalina Blue #28385B
RGB
CMYK
RGB Variations
Color information
#28385B (or 0x28385B) is known color: Catalina Blue. HEX triplet: 28, 38 and 5B. RGB value is (40,56,91). Sum of RGB (Red+Green+Blue) = 40+56+91=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #28385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385B is #D7C7A4. Grayscale: #373737. Windows color (decimal): -14141349 or 5978152. OLE color: 5978152.
HSL color Cylindrical-coordinate representation of color #28385B: hue angle of 221.18º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28385B is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 56 | 91 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.64 |
| HSL | 221.18º | 0.39% | 0.26% | - |
| HSV(B) | 221.18º | 0.56% | 0.36% | - |
| XYZ | 4.18 | 4.03 | 10.46 | - |
| YUV | 55.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 91 | 0.56 | 0.38 | 0 | 0.64 | 221.18 | 0.39 | 0.26 |
| Hex | 28 | 38 | 5B | 38 | 26 | 0 | 40 | DD | 27 | 1A |
| Octal | 50 | 70 | 133 | 70 | 46 | 0 | 100 | 335 | 47 | 32 |
| Binary | 101000 | 111000 | 1011011 | 111000 | 100110 | 0 | 1000000 | 11011101 | 100111 | 11010 |
Color Harmonies of #28385B
Complementary color
Monochromatic Colors of #28385B
Black with #28385B
Text Example
Text Example
White with #28385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28385B; }
p { color: rgb(40,56,91); }
H1.HeaderClassName
{
color: #28385B;
}
.AnyTagClassName
{
color: #28385B;
}
</style>
background-color css
<style>
a { background-color: #28385B; }
a { background-color: rgb(40,56,91); }
div.DivClassName
{
background-color: #28385B;
}
.BgClassName
{
background-color: #28385B;
}
</style>
border-color css
<style>
span { border-color: #28385B; }
span { border-color: rgb(40,56,91); }
td.TdClassName
{
border-color: #28385B;
}
.TagClassName
{
border-color: #28385B;
}
</style>