Shades of Catalina Blue #283D67
Tints of Catalina Blue #283D67
RGB
CMYK
RGB Variations
Color information
#283D67 (or 0x283D67) is known color: Catalina Blue. HEX triplet: 28, 3D and 67. RGB value is (40,61,103). Sum of RGB (Red+Green+Blue) = 40+61+103=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #283D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D67 is #D7C298. Grayscale: #3B3B3B. Windows color (decimal): -14140057 or 6765864. OLE color: 6765864.
HSL color Cylindrical-coordinate representation of color #283D67: hue angle of 220º 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 #283D67 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 61 | 103 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.60 |
| HSL | 220º | 0.44% | 0.28% | - |
| HSV(B) | 220º | 0.61% | 0.4% | - |
| XYZ | 4.99 | 4.77 | 13.49 | - |
| YUV | 59.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 103 | 0.61 | 0.41 | 0 | 0.60 | 220 | 0.44 | 0.28 |
| Hex | 28 | 3D | 67 | 3D | 29 | 0 | 3C | DC | 2C | 1C |
| Octal | 50 | 75 | 147 | 75 | 51 | 0 | 74 | 334 | 54 | 34 |
| Binary | 101000 | 111101 | 1100111 | 111101 | 101001 | 0 | 111100 | 11011100 | 101100 | 11100 |
Color Harmonies of #283D67
Complementary color
Monochromatic Colors of #283D67
Black with #283D67
Text Example
Text Example
White with #283D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D67; }
p { color: rgb(40,61,103); }
H1.HeaderClassName
{
color: #283D67;
}
.AnyTagClassName
{
color: #283D67;
}
</style>
background-color css
<style>
a { background-color: #283D67; }
a { background-color: rgb(40,61,103); }
div.DivClassName
{
background-color: #283D67;
}
.BgClassName
{
background-color: #283D67;
}
</style>
border-color css
<style>
span { border-color: #283D67; }
span { border-color: rgb(40,61,103); }
td.TdClassName
{
border-color: #283D67;
}
.TagClassName
{
border-color: #283D67;
}
</style>