Shades of Catalina Blue #283D6A
Tints of Catalina Blue #283D6A
RGB
CMYK
RGB Variations
Color information
#283D6A (or 0x283D6A) is known color: Catalina Blue. HEX triplet: 28, 3D and 6A. RGB value is (40,61,106). Sum of RGB (Red+Green+Blue) = 40+61+106=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #283D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D6A is #D7C295. Grayscale: #3B3B3B. Windows color (decimal): -14140054 or 6962472. OLE color: 6962472.
HSL color Cylindrical-coordinate representation of color #283D6A: hue angle of 220.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283D6A is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 61 | 106 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.58 |
| HSL | 220.91º | 0.45% | 0.29% | - |
| HSV(B) | 220.91º | 0.62% | 0.42% | - |
| XYZ | 5.15 | 4.83 | 14.3 | - |
| YUV | 59.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 106 | 0.62 | 0.42 | 0 | 0.58 | 220.91 | 0.45 | 0.29 |
| Hex | 28 | 3D | 6A | 3E | 2A | 0 | 3A | DD | 2D | 1D |
| Octal | 50 | 75 | 152 | 76 | 52 | 0 | 72 | 335 | 55 | 35 |
| Binary | 101000 | 111101 | 1101010 | 111110 | 101010 | 0 | 111010 | 11011101 | 101101 | 11101 |
Color Harmonies of #283D6A
Complementary color
Monochromatic Colors of #283D6A
Black with #283D6A
Text Example
Text Example
White with #283D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D6A; }
p { color: rgb(40,61,106); }
H1.HeaderClassName
{
color: #283D6A;
}
.AnyTagClassName
{
color: #283D6A;
}
</style>
background-color css
<style>
a { background-color: #283D6A; }
a { background-color: rgb(40,61,106); }
div.DivClassName
{
background-color: #283D6A;
}
.BgClassName
{
background-color: #283D6A;
}
</style>
border-color css
<style>
span { border-color: #283D6A; }
span { border-color: rgb(40,61,106); }
td.TdClassName
{
border-color: #283D6A;
}
.TagClassName
{
border-color: #283D6A;
}
</style>