Shades of Catalina Blue #283D60
Tints of Catalina Blue #283D60
RGB
CMYK
RGB Variations
Color information
#283D60 (or 0x283D60) is known color: Catalina Blue. HEX triplet: 28, 3D and 60. RGB value is (40,61,96). Sum of RGB (Red+Green+Blue) = 40+61+96=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #283D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D60 is #D7C29F. Grayscale: #3A3A3A. Windows color (decimal): -14140064 or 6307112. OLE color: 6307112.
HSL color Cylindrical-coordinate representation of color #283D60: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283D60 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 61 | 96 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.62 |
| HSL | 217.5º | 0.41% | 0.27% | - |
| HSV(B) | 217.5º | 0.58% | 0.38% | - |
| XYZ | 4.66 | 4.63 | 11.72 | - |
| YUV | 58.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 96 | 0.58 | 0.36 | 0 | 0.62 | 217.5 | 0.41 | 0.27 |
| Hex | 28 | 3D | 60 | 3A | 24 | 0 | 3E | DA | 29 | 1B |
| Octal | 50 | 75 | 140 | 72 | 44 | 0 | 76 | 332 | 51 | 33 |
| Binary | 101000 | 111101 | 1100000 | 111010 | 100100 | 0 | 111110 | 11011010 | 101001 | 11011 |
Color Harmonies of #283D60
Complementary color
Monochromatic Colors of #283D60
Black with #283D60
Text Example
Text Example
White with #283D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D60; }
p { color: rgb(40,61,96); }
H1.HeaderClassName
{
color: #283D60;
}
.AnyTagClassName
{
color: #283D60;
}
</style>
background-color css
<style>
a { background-color: #283D60; }
a { background-color: rgb(40,61,96); }
div.DivClassName
{
background-color: #283D60;
}
.BgClassName
{
background-color: #283D60;
}
</style>
border-color css
<style>
span { border-color: #283D60; }
span { border-color: rgb(40,61,96); }
td.TdClassName
{
border-color: #283D60;
}
.TagClassName
{
border-color: #283D60;
}
</style>