Shades of Catalina Blue #283E68
Tints of Catalina Blue #283E68
RGB
CMYK
RGB Variations
Color information
#283E68 (or 0x283E68) is known color: Catalina Blue. HEX triplet: 28, 3E and 68. RGB value is (40,62,104). Sum of RGB (Red+Green+Blue) = 40+62+104=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #283E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E68 is #D7C197. Grayscale: #3C3C3C. Windows color (decimal): -14139800 or 6831656. OLE color: 6831656.
HSL color Cylindrical-coordinate representation of color #283E68: hue angle of 219.38º 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 #283E68 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 62 | 104 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.59 |
| HSL | 219.38º | 0.44% | 0.28% | - |
| HSV(B) | 219.38º | 0.62% | 0.41% | - |
| XYZ | 5.1 | 4.9 | 13.77 | - |
| YUV | 60.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 104 | 0.62 | 0.40 | 0 | 0.59 | 219.38 | 0.44 | 0.28 |
| Hex | 28 | 3E | 68 | 3E | 28 | 0 | 3B | DB | 2C | 1C |
| Octal | 50 | 76 | 150 | 76 | 50 | 0 | 73 | 333 | 54 | 34 |
| Binary | 101000 | 111110 | 1101000 | 111110 | 101000 | 0 | 111011 | 11011011 | 101100 | 11100 |
Color Harmonies of #283E68
Complementary color
Monochromatic Colors of #283E68
Black with #283E68
Text Example
Text Example
White with #283E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E68; }
p { color: rgb(40,62,104); }
H1.HeaderClassName
{
color: #283E68;
}
.AnyTagClassName
{
color: #283E68;
}
</style>
background-color css
<style>
a { background-color: #283E68; }
a { background-color: rgb(40,62,104); }
div.DivClassName
{
background-color: #283E68;
}
.BgClassName
{
background-color: #283E68;
}
</style>
border-color css
<style>
span { border-color: #283E68; }
span { border-color: rgb(40,62,104); }
td.TdClassName
{
border-color: #283E68;
}
.TagClassName
{
border-color: #283E68;
}
</style>