Shades of Catalina Blue #284365
Tints of Catalina Blue #284365
RGB
CMYK
RGB Variations
Color information
#284365 (or 0x284365) is known color: Catalina Blue. HEX triplet: 28, 43 and 65. RGB value is (40,67,101). Sum of RGB (Red+Green+Blue) = 40+67+101=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #284365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284365 is #D7BC9A. Grayscale: #3E3E3E. Windows color (decimal): -14138523 or 6636328. OLE color: 6636328.
HSL color Cylindrical-coordinate representation of color #284365: hue angle of 213.44º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284365 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 67 | 101 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.60 |
| HSL | 213.44º | 0.43% | 0.28% | - |
| HSV(B) | 213.44º | 0.6% | 0.4% | - |
| XYZ | 5.23 | 5.41 | 13.08 | - |
| YUV | 62.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 101 | 0.60 | 0.34 | 0 | 0.60 | 213.44 | 0.43 | 0.28 |
| Hex | 28 | 43 | 65 | 3C | 22 | 0 | 3C | D5 | 2B | 1C |
| Octal | 50 | 103 | 145 | 74 | 42 | 0 | 74 | 325 | 53 | 34 |
| Binary | 101000 | 1000011 | 1100101 | 111100 | 100010 | 0 | 111100 | 11010101 | 101011 | 11100 |
Color Harmonies of #284365
Complementary color
Monochromatic Colors of #284365
Black with #284365
Text Example
Text Example
White with #284365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284365; }
p { color: rgb(40,67,101); }
H1.HeaderClassName
{
color: #284365;
}
.AnyTagClassName
{
color: #284365;
}
</style>
background-color css
<style>
a { background-color: #284365; }
a { background-color: rgb(40,67,101); }
div.DivClassName
{
background-color: #284365;
}
.BgClassName
{
background-color: #284365;
}
</style>
border-color css
<style>
span { border-color: #284365; }
span { border-color: rgb(40,67,101); }
td.TdClassName
{
border-color: #284365;
}
.TagClassName
{
border-color: #284365;
}
</style>