Shades of Catalina Blue #283E69
Tints of Catalina Blue #283E69
RGB
CMYK
RGB Variations
Color information
#283E69 (or 0x283E69) is known color: Catalina Blue. HEX triplet: 28, 3E and 69. RGB value is (40,62,105). Sum of RGB (Red+Green+Blue) = 40+62+105=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #283E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E69 is #D7C196. Grayscale: #3C3C3C. Windows color (decimal): -14139799 or 6897192. OLE color: 6897192.
HSL color Cylindrical-coordinate representation of color #283E69: hue angle of 219.69º degrees, saturation: 0.45, 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 #283E69 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 62 | 105 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.59 |
| HSL | 219.69º | 0.45% | 0.28% | - |
| HSV(B) | 219.69º | 0.62% | 0.41% | - |
| XYZ | 5.15 | 4.92 | 14.04 | - |
| YUV | 60.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 105 | 0.62 | 0.41 | 0 | 0.59 | 219.69 | 0.45 | 0.28 |
| Hex | 28 | 3E | 69 | 3E | 29 | 0 | 3B | DC | 2D | 1C |
| Octal | 50 | 76 | 151 | 76 | 51 | 0 | 73 | 334 | 55 | 34 |
| Binary | 101000 | 111110 | 1101001 | 111110 | 101001 | 0 | 111011 | 11011100 | 101101 | 11100 |
Color Harmonies of #283E69
Complementary color
Monochromatic Colors of #283E69
Black with #283E69
Text Example
Text Example
White with #283E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E69; }
p { color: rgb(40,62,105); }
H1.HeaderClassName
{
color: #283E69;
}
.AnyTagClassName
{
color: #283E69;
}
</style>
background-color css
<style>
a { background-color: #283E69; }
a { background-color: rgb(40,62,105); }
div.DivClassName
{
background-color: #283E69;
}
.BgClassName
{
background-color: #283E69;
}
</style>
border-color css
<style>
span { border-color: #283E69; }
span { border-color: rgb(40,62,105); }
td.TdClassName
{
border-color: #283E69;
}
.TagClassName
{
border-color: #283E69;
}
</style>