Shades of Catalina Blue #283F5B
Tints of Catalina Blue #283F5B
RGB
CMYK
RGB Variations
Color information
#283F5B (or 0x283F5B) is known color: Catalina Blue. HEX triplet: 28, 3F and 5B. RGB value is (40,63,91). Sum of RGB (Red+Green+Blue) = 40+63+91=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #283F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F5B is #D7C0A4. Grayscale: #3B3B3B. Windows color (decimal): -14139557 or 5979944. OLE color: 5979944.
HSL color Cylindrical-coordinate representation of color #283F5B: hue angle of 212.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283F5B is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 63 | 91 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.64 |
| HSL | 212.94º | 0.39% | 0.26% | - |
| HSV(B) | 212.94º | 0.56% | 0.36% | - |
| XYZ | 4.54 | 4.76 | 10.58 | - |
| YUV | 59.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 91 | 0.56 | 0.31 | 0 | 0.64 | 212.94 | 0.39 | 0.26 |
| Hex | 28 | 3F | 5B | 38 | 1F | 0 | 40 | D5 | 27 | 1A |
| Octal | 50 | 77 | 133 | 70 | 37 | 0 | 100 | 325 | 47 | 32 |
| Binary | 101000 | 111111 | 1011011 | 111000 | 11111 | 0 | 1000000 | 11010101 | 100111 | 11010 |
Color Harmonies of #283F5B
Complementary color
Monochromatic Colors of #283F5B
Black with #283F5B
Text Example
Text Example
White with #283F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F5B; }
p { color: rgb(40,63,91); }
H1.HeaderClassName
{
color: #283F5B;
}
.AnyTagClassName
{
color: #283F5B;
}
</style>
background-color css
<style>
a { background-color: #283F5B; }
a { background-color: rgb(40,63,91); }
div.DivClassName
{
background-color: #283F5B;
}
.BgClassName
{
background-color: #283F5B;
}
</style>
border-color css
<style>
span { border-color: #283F5B; }
span { border-color: rgb(40,63,91); }
td.TdClassName
{
border-color: #283F5B;
}
.TagClassName
{
border-color: #283F5B;
}
</style>