Shades of Catalina Blue #283C55
Tints of Catalina Blue #283C55
RGB
CMYK
RGB Variations
Color information
#283C55 (or 0x283C55) is known color: Catalina Blue. HEX triplet: 28, 3C and 55. RGB value is (40,60,85). Sum of RGB (Red+Green+Blue) = 40+60+85=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #283C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C55 is #D7C3AA. Grayscale: #383838. Windows color (decimal): -14140331 or 5585960. OLE color: 5585960.
HSL color Cylindrical-coordinate representation of color #283C55: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283C55 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 60 | 85 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.67 |
| HSL | 213.33º | 0.36% | 0.25% | - |
| HSV(B) | 213.33º | 0.53% | 0.33% | - |
| XYZ | 4.13 | 4.34 | 9.21 | - |
| YUV | 56.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 85 | 0.53 | 0.29 | 0 | 0.67 | 213.33 | 0.36 | 0.25 |
| Hex | 28 | 3C | 55 | 35 | 1D | 0 | 43 | D5 | 24 | 19 |
| Octal | 50 | 74 | 125 | 65 | 35 | 0 | 103 | 325 | 44 | 31 |
| Binary | 101000 | 111100 | 1010101 | 110101 | 11101 | 0 | 1000011 | 11010101 | 100100 | 11001 |
Color Harmonies of #283C55
Complementary color
Monochromatic Colors of #283C55
Black with #283C55
Text Example
Text Example
White with #283C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C55; }
p { color: rgb(40,60,85); }
H1.HeaderClassName
{
color: #283C55;
}
.AnyTagClassName
{
color: #283C55;
}
</style>
background-color css
<style>
a { background-color: #283C55; }
a { background-color: rgb(40,60,85); }
div.DivClassName
{
background-color: #283C55;
}
.BgClassName
{
background-color: #283C55;
}
</style>
border-color css
<style>
span { border-color: #283C55; }
span { border-color: rgb(40,60,85); }
td.TdClassName
{
border-color: #283C55;
}
.TagClassName
{
border-color: #283C55;
}
</style>