Shades of Catalina Blue #283A5B
Tints of Catalina Blue #283A5B
RGB
CMYK
RGB Variations
Color information
#283A5B (or 0x283A5B) is known color: Catalina Blue. HEX triplet: 28, 3A and 5B. RGB value is (40,58,91). Sum of RGB (Red+Green+Blue) = 40+58+91=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #283A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A5B is #D7C5A4. Grayscale: #383838. Windows color (decimal): -14140837 or 5978664. OLE color: 5978664.
HSL color Cylindrical-coordinate representation of color #283A5B: hue angle of 218.82º 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 #283A5B is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 58 | 91 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.64 |
| HSL | 218.82º | 0.39% | 0.26% | - |
| HSV(B) | 218.82º | 0.56% | 0.36% | - |
| XYZ | 4.28 | 4.23 | 10.49 | - |
| YUV | 56.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 91 | 0.56 | 0.36 | 0 | 0.64 | 218.82 | 0.39 | 0.26 |
| Hex | 28 | 3A | 5B | 38 | 24 | 0 | 40 | DB | 27 | 1A |
| Octal | 50 | 72 | 133 | 70 | 44 | 0 | 100 | 333 | 47 | 32 |
| Binary | 101000 | 111010 | 1011011 | 111000 | 100100 | 0 | 1000000 | 11011011 | 100111 | 11010 |
Color Harmonies of #283A5B
Complementary color
Monochromatic Colors of #283A5B
Black with #283A5B
Text Example
Text Example
White with #283A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A5B; }
p { color: rgb(40,58,91); }
H1.HeaderClassName
{
color: #283A5B;
}
.AnyTagClassName
{
color: #283A5B;
}
</style>
background-color css
<style>
a { background-color: #283A5B; }
a { background-color: rgb(40,58,91); }
div.DivClassName
{
background-color: #283A5B;
}
.BgClassName
{
background-color: #283A5B;
}
</style>
border-color css
<style>
span { border-color: #283A5B; }
span { border-color: rgb(40,58,91); }
td.TdClassName
{
border-color: #283A5B;
}
.TagClassName
{
border-color: #283A5B;
}
</style>