Shades of Catalina Blue #28426D
Tints of Catalina Blue #28426D
RGB
CMYK
RGB Variations
Color information
#28426D (or 0x28426D) is known color: Catalina Blue. HEX triplet: 28, 42 and 6D. RGB value is (40,66,109). Sum of RGB (Red+Green+Blue) = 40+66+109=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #28426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28426D is #D7BD92. Grayscale: #3E3E3E. Windows color (decimal): -14138771 or 7160360. OLE color: 7160360.
HSL color Cylindrical-coordinate representation of color #28426D: hue angle of 217.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28426D is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 66 | 109 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.57 |
| HSL | 217.39º | 0.46% | 0.29% | - |
| HSV(B) | 217.39º | 0.63% | 0.43% | - |
| XYZ | 5.58 | 5.45 | 15.23 | - |
| YUV | 63.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 109 | 0.63 | 0.39 | 0 | 0.57 | 217.39 | 0.46 | 0.29 |
| Hex | 28 | 42 | 6D | 3F | 27 | 0 | 39 | D9 | 2E | 1D |
| Octal | 50 | 102 | 155 | 77 | 47 | 0 | 71 | 331 | 56 | 35 |
| Binary | 101000 | 1000010 | 1101101 | 111111 | 100111 | 0 | 111001 | 11011001 | 101110 | 11101 |
Color Harmonies of #28426D
Complementary color
Monochromatic Colors of #28426D
Black with #28426D
Text Example
Text Example
White with #28426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28426D; }
p { color: rgb(40,66,109); }
H1.HeaderClassName
{
color: #28426D;
}
.AnyTagClassName
{
color: #28426D;
}
</style>
background-color css
<style>
a { background-color: #28426D; }
a { background-color: rgb(40,66,109); }
div.DivClassName
{
background-color: #28426D;
}
.BgClassName
{
background-color: #28426D;
}
</style>
border-color css
<style>
span { border-color: #28426D; }
span { border-color: rgb(40,66,109); }
td.TdClassName
{
border-color: #28426D;
}
.TagClassName
{
border-color: #28426D;
}
</style>