Shades of Catalina Blue #28375B
Tints of Catalina Blue #28375B
RGB
CMYK
RGB Variations
Color information
#28375B (or 0x28375B) is known color: Catalina Blue. HEX triplet: 28, 37 and 5B. RGB value is (40,55,91). Sum of RGB (Red+Green+Blue) = 40+55+91=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #28375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375B is #D7C8A4. Grayscale: #363636. Windows color (decimal): -14141605 or 5977896. OLE color: 5977896.
HSL color Cylindrical-coordinate representation of color #28375B: hue angle of 222.35º 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 #28375B is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 55 | 91 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.64 |
| HSL | 222.35º | 0.39% | 0.26% | - |
| HSV(B) | 222.35º | 0.56% | 0.36% | - |
| XYZ | 4.13 | 3.94 | 10.44 | - |
| YUV | 54.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 91 | 0.56 | 0.40 | 0 | 0.64 | 222.35 | 0.39 | 0.26 |
| Hex | 28 | 37 | 5B | 38 | 28 | 0 | 40 | DE | 27 | 1A |
| Octal | 50 | 67 | 133 | 70 | 50 | 0 | 100 | 336 | 47 | 32 |
| Binary | 101000 | 110111 | 1011011 | 111000 | 101000 | 0 | 1000000 | 11011110 | 100111 | 11010 |
Color Harmonies of #28375B
Complementary color
Monochromatic Colors of #28375B
Black with #28375B
Text Example
Text Example
White with #28375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28375B; }
p { color: rgb(40,55,91); }
H1.HeaderClassName
{
color: #28375B;
}
.AnyTagClassName
{
color: #28375B;
}
</style>
background-color css
<style>
a { background-color: #28375B; }
a { background-color: rgb(40,55,91); }
div.DivClassName
{
background-color: #28375B;
}
.BgClassName
{
background-color: #28375B;
}
</style>
border-color css
<style>
span { border-color: #28375B; }
span { border-color: rgb(40,55,91); }
td.TdClassName
{
border-color: #28375B;
}
.TagClassName
{
border-color: #28375B;
}
</style>