Shades of Catalina Blue #28405B
Tints of Catalina Blue #28405B
RGB
CMYK
RGB Variations
Color information
#28405B (or 0x28405B) is known color: Catalina Blue. HEX triplet: 28, 40 and 5B. RGB value is (40,64,91). Sum of RGB (Red+Green+Blue) = 40+64+91=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #28405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28405B is #D7BFA4. Grayscale: #3B3B3B. Windows color (decimal): -14139301 or 5980200. OLE color: 5980200.
HSL color Cylindrical-coordinate representation of color #28405B: hue angle of 211.76º 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 #28405B is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 64 | 91 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.64 |
| HSL | 211.76º | 0.39% | 0.26% | - |
| HSV(B) | 211.76º | 0.56% | 0.36% | - |
| XYZ | 4.6 | 4.87 | 10.6 | - |
| YUV | 59.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 91 | 0.56 | 0.30 | 0 | 0.64 | 211.76 | 0.39 | 0.26 |
| Hex | 28 | 40 | 5B | 38 | 1E | 0 | 40 | D4 | 27 | 1A |
| Octal | 50 | 100 | 133 | 70 | 36 | 0 | 100 | 324 | 47 | 32 |
| Binary | 101000 | 1000000 | 1011011 | 111000 | 11110 | 0 | 1000000 | 11010100 | 100111 | 11010 |
Color Harmonies of #28405B
Complementary color
Monochromatic Colors of #28405B
Black with #28405B
Text Example
Text Example
White with #28405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28405B; }
p { color: rgb(40,64,91); }
H1.HeaderClassName
{
color: #28405B;
}
.AnyTagClassName
{
color: #28405B;
}
</style>
background-color css
<style>
a { background-color: #28405B; }
a { background-color: rgb(40,64,91); }
div.DivClassName
{
background-color: #28405B;
}
.BgClassName
{
background-color: #28405B;
}
</style>
border-color css
<style>
span { border-color: #28405B; }
span { border-color: rgb(40,64,91); }
td.TdClassName
{
border-color: #28405B;
}
.TagClassName
{
border-color: #28405B;
}
</style>