Shades of Catalina Blue #283B5F
Tints of Catalina Blue #283B5F
RGB
CMYK
RGB Variations
Color information
#283B5F (or 0x283B5F) is known color: Catalina Blue. HEX triplet: 28, 3B and 5F. RGB value is (40,59,95). Sum of RGB (Red+Green+Blue) = 40+59+95=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #283B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B5F is #D7C4A0. Grayscale: #393939. Windows color (decimal): -14140577 or 6241064. OLE color: 6241064.
HSL color Cylindrical-coordinate representation of color #283B5F: hue angle of 219.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283B5F is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 59 | 95 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.63 |
| HSL | 219.27º | 0.41% | 0.26% | - |
| HSV(B) | 219.27º | 0.58% | 0.37% | - |
| XYZ | 4.5 | 4.41 | 11.44 | - |
| YUV | 57.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 95 | 0.58 | 0.38 | 0 | 0.63 | 219.27 | 0.41 | 0.26 |
| Hex | 28 | 3B | 5F | 3A | 26 | 0 | 3F | DB | 29 | 1A |
| Octal | 50 | 73 | 137 | 72 | 46 | 0 | 77 | 333 | 51 | 32 |
| Binary | 101000 | 111011 | 1011111 | 111010 | 100110 | 0 | 111111 | 11011011 | 101001 | 11010 |
Color Harmonies of #283B5F
Complementary color
Monochromatic Colors of #283B5F
Black with #283B5F
Text Example
Text Example
White with #283B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B5F; }
p { color: rgb(40,59,95); }
H1.HeaderClassName
{
color: #283B5F;
}
.AnyTagClassName
{
color: #283B5F;
}
</style>
background-color css
<style>
a { background-color: #283B5F; }
a { background-color: rgb(40,59,95); }
div.DivClassName
{
background-color: #283B5F;
}
.BgClassName
{
background-color: #283B5F;
}
</style>
border-color css
<style>
span { border-color: #283B5F; }
span { border-color: rgb(40,59,95); }
td.TdClassName
{
border-color: #283B5F;
}
.TagClassName
{
border-color: #283B5F;
}
</style>