Shades of Catalina Blue #283F69
Tints of Catalina Blue #283F69
RGB
CMYK
RGB Variations
Color information
#283F69 (or 0x283F69) is known color: Catalina Blue. HEX triplet: 28, 3F and 69. RGB value is (40,63,105). Sum of RGB (Red+Green+Blue) = 40+63+105=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #283F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F69 is #D7C096. Grayscale: #3C3C3C. Windows color (decimal): -14139543 or 6897448. OLE color: 6897448.
HSL color Cylindrical-coordinate representation of color #283F69: hue angle of 218.77º 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 #283F69 is Cyan = 0.62, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 63 | 105 | - |
| CMYK | 0.62 | 0.4 | 0 | 0.59 |
| HSL | 218.77º | 0.45% | 0.28% | - |
| HSV(B) | 218.77º | 0.62% | 0.41% | - |
| XYZ | 5.2 | 5.03 | 14.06 | - |
| YUV | 60.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 105 | 0.62 | 0.4 | 0 | 0.59 | 218.77 | 0.45 | 0.28 |
| Hex | 28 | 3F | 69 | 3E | 28 | 0 | 3B | DB | 2D | 1C |
| Octal | 50 | 77 | 151 | 76 | 50 | 0 | 73 | 333 | 55 | 34 |
| Binary | 101000 | 111111 | 1101001 | 111110 | 101000 | 0 | 111011 | 11011011 | 101101 | 11100 |
Color Harmonies of #283F69
Complementary color
Monochromatic Colors of #283F69
Black with #283F69
Text Example
Text Example
White with #283F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F69; }
p { color: rgb(40,63,105); }
H1.HeaderClassName
{
color: #283F69;
}
.AnyTagClassName
{
color: #283F69;
}
</style>
background-color css
<style>
a { background-color: #283F69; }
a { background-color: rgb(40,63,105); }
div.DivClassName
{
background-color: #283F69;
}
.BgClassName
{
background-color: #283F69;
}
</style>
border-color css
<style>
span { border-color: #283F69; }
span { border-color: rgb(40,63,105); }
td.TdClassName
{
border-color: #283F69;
}
.TagClassName
{
border-color: #283F69;
}
</style>