Shades of Catalina Blue #283D68
Tints of Catalina Blue #283D68
RGB
CMYK
RGB Variations
Color information
#283D68 (or 0x283D68) is known color: Catalina Blue. HEX triplet: 28, 3D and 68. RGB value is (40,61,104). Sum of RGB (Red+Green+Blue) = 40+61+104=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #283D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D68 is #D7C297. Grayscale: #3B3B3B. Windows color (decimal): -14140056 or 6831400. OLE color: 6831400.
HSL color Cylindrical-coordinate representation of color #283D68: hue angle of 220.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283D68 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 61 | 104 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.59 |
| HSL | 220.31º | 0.44% | 0.28% | - |
| HSV(B) | 220.31º | 0.62% | 0.41% | - |
| XYZ | 5.04 | 4.79 | 13.76 | - |
| YUV | 59.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 104 | 0.62 | 0.41 | 0 | 0.59 | 220.31 | 0.44 | 0.28 |
| Hex | 28 | 3D | 68 | 3E | 29 | 0 | 3B | DC | 2C | 1C |
| Octal | 50 | 75 | 150 | 76 | 51 | 0 | 73 | 334 | 54 | 34 |
| Binary | 101000 | 111101 | 1101000 | 111110 | 101001 | 0 | 111011 | 11011100 | 101100 | 11100 |
Color Harmonies of #283D68
Complementary color
Monochromatic Colors of #283D68
Black with #283D68
Text Example
Text Example
White with #283D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D68; }
p { color: rgb(40,61,104); }
H1.HeaderClassName
{
color: #283D68;
}
.AnyTagClassName
{
color: #283D68;
}
</style>
background-color css
<style>
a { background-color: #283D68; }
a { background-color: rgb(40,61,104); }
div.DivClassName
{
background-color: #283D68;
}
.BgClassName
{
background-color: #283D68;
}
</style>
border-color css
<style>
span { border-color: #283D68; }
span { border-color: rgb(40,61,104); }
td.TdClassName
{
border-color: #283D68;
}
.TagClassName
{
border-color: #283D68;
}
</style>