Shades of Catalina Blue #28456C
Tints of Catalina Blue #28456C
RGB
CMYK
RGB Variations
Color information
#28456C (or 0x28456C) is known color: Catalina Blue. HEX triplet: 28, 45 and 6C. RGB value is (40,69,108). Sum of RGB (Red+Green+Blue) = 40+69+108=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #28456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28456C is #D7BA93. Grayscale: #404040. Windows color (decimal): -14138004 or 7095592. OLE color: 7095592.
HSL color Cylindrical-coordinate representation of color #28456C: hue angle of 214.41º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28456C is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 69 | 108 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.58 |
| HSL | 214.41º | 0.46% | 0.29% | - |
| HSV(B) | 214.41º | 0.63% | 0.42% | - |
| XYZ | 5.71 | 5.79 | 15 | - |
| YUV | 64.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 108 | 0.63 | 0.36 | 0 | 0.58 | 214.41 | 0.46 | 0.29 |
| Hex | 28 | 45 | 6C | 3F | 24 | 0 | 3A | D6 | 2E | 1D |
| Octal | 50 | 105 | 154 | 77 | 44 | 0 | 72 | 326 | 56 | 35 |
| Binary | 101000 | 1000101 | 1101100 | 111111 | 100100 | 0 | 111010 | 11010110 | 101110 | 11101 |
Color Harmonies of #28456C
Complementary color
Monochromatic Colors of #28456C
Black with #28456C
Text Example
Text Example
White with #28456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28456C; }
p { color: rgb(40,69,108); }
H1.HeaderClassName
{
color: #28456C;
}
.AnyTagClassName
{
color: #28456C;
}
</style>
background-color css
<style>
a { background-color: #28456C; }
a { background-color: rgb(40,69,108); }
div.DivClassName
{
background-color: #28456C;
}
.BgClassName
{
background-color: #28456C;
}
</style>
border-color css
<style>
span { border-color: #28456C; }
span { border-color: rgb(40,69,108); }
td.TdClassName
{
border-color: #28456C;
}
.TagClassName
{
border-color: #28456C;
}
</style>