Shades of Catalina Blue #284058
Tints of Catalina Blue #284058
RGB
CMYK
RGB Variations
Color information
#284058 (or 0x284058) is known color: Catalina Blue. HEX triplet: 28, 40 and 58. RGB value is (40,64,88). Sum of RGB (Red+Green+Blue) = 40+64+88=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #284058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284058 is #D7BFA7. Grayscale: #3B3B3B. Windows color (decimal): -14139304 or 5783592. OLE color: 5783592.
HSL color Cylindrical-coordinate representation of color #284058: hue angle of 210º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284058 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 64 | 88 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.65 |
| HSL | 210º | 0.38% | 0.25% | - |
| HSV(B) | 210º | 0.55% | 0.35% | - |
| XYZ | 4.47 | 4.82 | 9.93 | - |
| YUV | 59.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 88 | 0.55 | 0.27 | 0 | 0.65 | 210 | 0.38 | 0.25 |
| Hex | 28 | 40 | 58 | 37 | 1B | 0 | 41 | D2 | 26 | 19 |
| Octal | 50 | 100 | 130 | 67 | 33 | 0 | 101 | 322 | 46 | 31 |
| Binary | 101000 | 1000000 | 1011000 | 110111 | 11011 | 0 | 1000001 | 11010010 | 100110 | 11001 |
Color Harmonies of #284058
Complementary color
Monochromatic Colors of #284058
Black with #284058
Text Example
Text Example
White with #284058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284058; }
p { color: rgb(40,64,88); }
H1.HeaderClassName
{
color: #284058;
}
.AnyTagClassName
{
color: #284058;
}
</style>
background-color css
<style>
a { background-color: #284058; }
a { background-color: rgb(40,64,88); }
div.DivClassName
{
background-color: #284058;
}
.BgClassName
{
background-color: #284058;
}
</style>
border-color css
<style>
span { border-color: #284058; }
span { border-color: rgb(40,64,88); }
td.TdClassName
{
border-color: #284058;
}
.TagClassName
{
border-color: #284058;
}
</style>