Shades of Catalina Blue #28405D
Tints of Catalina Blue #28405D
RGB
CMYK
RGB Variations
Color information
#28405D (or 0x28405D) is known color: Catalina Blue. HEX triplet: 28, 40 and 5D. RGB value is (40,64,93). Sum of RGB (Red+Green+Blue) = 40+64+93=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #28405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28405D is #D7BFA2. Grayscale: #3B3B3B. Windows color (decimal): -14139299 or 6111272. OLE color: 6111272.
HSL color Cylindrical-coordinate representation of color #28405D: hue angle of 212.83º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28405D is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 64 | 93 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.64 |
| HSL | 212.83º | 0.4% | 0.26% | - |
| HSV(B) | 212.83º | 0.57% | 0.36% | - |
| XYZ | 4.68 | 4.91 | 11.06 | - |
| YUV | 60.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 93 | 0.57 | 0.31 | 0 | 0.64 | 212.83 | 0.4 | 0.26 |
| Hex | 28 | 40 | 5D | 39 | 1F | 0 | 40 | D5 | 28 | 1A |
| Octal | 50 | 100 | 135 | 71 | 37 | 0 | 100 | 325 | 50 | 32 |
| Binary | 101000 | 1000000 | 1011101 | 111001 | 11111 | 0 | 1000000 | 11010101 | 101000 | 11010 |
Color Harmonies of #28405D
Complementary color
Monochromatic Colors of #28405D
Black with #28405D
Text Example
Text Example
White with #28405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28405D; }
p { color: rgb(40,64,93); }
H1.HeaderClassName
{
color: #28405D;
}
.AnyTagClassName
{
color: #28405D;
}
</style>
background-color css
<style>
a { background-color: #28405D; }
a { background-color: rgb(40,64,93); }
div.DivClassName
{
background-color: #28405D;
}
.BgClassName
{
background-color: #28405D;
}
</style>
border-color css
<style>
span { border-color: #28405D; }
span { border-color: rgb(40,64,93); }
td.TdClassName
{
border-color: #28405D;
}
.TagClassName
{
border-color: #28405D;
}
</style>