Shades of Catalina Blue #284467
Tints of Catalina Blue #284467
RGB
CMYK
RGB Variations
Color information
#284467 (or 0x284467) is known color: Catalina Blue. HEX triplet: 28, 44 and 67. RGB value is (40,68,103). Sum of RGB (Red+Green+Blue) = 40+68+103=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #284467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284467 is #D7BB98. Grayscale: #3F3F3F. Windows color (decimal): -14138265 or 6767656. OLE color: 6767656.
HSL color Cylindrical-coordinate representation of color #284467: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284467 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 68 | 103 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.60 |
| HSL | 213.33º | 0.44% | 0.28% | - |
| HSV(B) | 213.33º | 0.61% | 0.4% | - |
| XYZ | 5.39 | 5.56 | 13.62 | - |
| YUV | 63.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 103 | 0.61 | 0.34 | 0 | 0.60 | 213.33 | 0.44 | 0.28 |
| Hex | 28 | 44 | 67 | 3D | 22 | 0 | 3C | D5 | 2C | 1C |
| Octal | 50 | 104 | 147 | 75 | 42 | 0 | 74 | 325 | 54 | 34 |
| Binary | 101000 | 1000100 | 1100111 | 111101 | 100010 | 0 | 111100 | 11010101 | 101100 | 11100 |
Color Harmonies of #284467
Complementary color
Monochromatic Colors of #284467
Black with #284467
Text Example
Text Example
White with #284467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284467; }
p { color: rgb(40,68,103); }
H1.HeaderClassName
{
color: #284467;
}
.AnyTagClassName
{
color: #284467;
}
</style>
background-color css
<style>
a { background-color: #284467; }
a { background-color: rgb(40,68,103); }
div.DivClassName
{
background-color: #284467;
}
.BgClassName
{
background-color: #284467;
}
</style>
border-color css
<style>
span { border-color: #284467; }
span { border-color: rgb(40,68,103); }
td.TdClassName
{
border-color: #284467;
}
.TagClassName
{
border-color: #284467;
}
</style>