Shades of Catalina Blue #283D5C
Tints of Catalina Blue #283D5C
RGB
CMYK
RGB Variations
Color information
#283D5C (or 0x283D5C) is known color: Catalina Blue. HEX triplet: 28, 3D and 5C. RGB value is (40,61,92). Sum of RGB (Red+Green+Blue) = 40+61+92=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #283D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D5C is #D7C2A3. Grayscale: #3A3A3A. Windows color (decimal): -14140068 or 6044968. OLE color: 6044968.
HSL color Cylindrical-coordinate representation of color #283D5C: hue angle of 215.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #283D5C is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 61 | 92 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.64 |
| HSL | 215.77º | 0.39% | 0.26% | - |
| HSV(B) | 215.77º | 0.57% | 0.36% | - |
| XYZ | 4.48 | 4.56 | 10.77 | - |
| YUV | 58.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 92 | 0.57 | 0.34 | 0 | 0.64 | 215.77 | 0.39 | 0.26 |
| Hex | 28 | 3D | 5C | 39 | 22 | 0 | 40 | D8 | 27 | 1A |
| Octal | 50 | 75 | 134 | 71 | 42 | 0 | 100 | 330 | 47 | 32 |
| Binary | 101000 | 111101 | 1011100 | 111001 | 100010 | 0 | 1000000 | 11011000 | 100111 | 11010 |
Color Harmonies of #283D5C
Complementary color
Monochromatic Colors of #283D5C
Black with #283D5C
Text Example
Text Example
White with #283D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D5C; }
p { color: rgb(40,61,92); }
H1.HeaderClassName
{
color: #283D5C;
}
.AnyTagClassName
{
color: #283D5C;
}
</style>
background-color css
<style>
a { background-color: #283D5C; }
a { background-color: rgb(40,61,92); }
div.DivClassName
{
background-color: #283D5C;
}
.BgClassName
{
background-color: #283D5C;
}
</style>
border-color css
<style>
span { border-color: #283D5C; }
span { border-color: rgb(40,61,92); }
td.TdClassName
{
border-color: #283D5C;
}
.TagClassName
{
border-color: #283D5C;
}
</style>