Shades of Catalina Blue #283F6B
Tints of Catalina Blue #283F6B
RGB
CMYK
RGB Variations
Color information
#283F6B (or 0x283F6B) is known color: Catalina Blue. HEX triplet: 28, 3F and 6B. RGB value is (40,63,107). Sum of RGB (Red+Green+Blue) = 40+63+107=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #283F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F6B is #D7C094. Grayscale: #3C3C3C. Windows color (decimal): -14139541 or 7028520. OLE color: 7028520.
HSL color Cylindrical-coordinate representation of color #283F6B: hue angle of 219.4º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283F6B is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 63 | 107 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.58 |
| HSL | 219.4º | 0.46% | 0.29% | - |
| HSV(B) | 219.4º | 0.63% | 0.42% | - |
| XYZ | 5.31 | 5.07 | 14.61 | - |
| YUV | 61.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 107 | 0.63 | 0.41 | 0 | 0.58 | 219.4 | 0.46 | 0.29 |
| Hex | 28 | 3F | 6B | 3F | 29 | 0 | 3A | DB | 2E | 1D |
| Octal | 50 | 77 | 153 | 77 | 51 | 0 | 72 | 333 | 56 | 35 |
| Binary | 101000 | 111111 | 1101011 | 111111 | 101001 | 0 | 111010 | 11011011 | 101110 | 11101 |
Color Harmonies of #283F6B
Complementary color
Monochromatic Colors of #283F6B
Black with #283F6B
Text Example
Text Example
White with #283F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F6B; }
p { color: rgb(40,63,107); }
H1.HeaderClassName
{
color: #283F6B;
}
.AnyTagClassName
{
color: #283F6B;
}
</style>
background-color css
<style>
a { background-color: #283F6B; }
a { background-color: rgb(40,63,107); }
div.DivClassName
{
background-color: #283F6B;
}
.BgClassName
{
background-color: #283F6B;
}
</style>
border-color css
<style>
span { border-color: #283F6B; }
span { border-color: rgb(40,63,107); }
td.TdClassName
{
border-color: #283F6B;
}
.TagClassName
{
border-color: #283F6B;
}
</style>