Shades of Catalina Blue #304460
Tints of Catalina Blue #304460
RGB
CMYK
RGB Variations
Color information
#304460 (or 0x304460) is known color: Catalina Blue. HEX triplet: 30, 44 and 60. RGB value is (48,68,96). Sum of RGB (Red+Green+Blue) = 48+68+96=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #304460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304460 is #CFBB9F. Grayscale: #414141. Windows color (decimal): -13613984 or 6308912. OLE color: 6308912.
HSL color Cylindrical-coordinate representation of color #304460: hue angle of 215º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304460 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 68 | 96 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.62 |
| HSL | 215º | 0.33% | 0.28% | - |
| HSV(B) | 215º | 0.5% | 0.38% | - |
| XYZ | 5.4 | 5.61 | 11.86 | - |
| YUV | 65.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 96 | 0.50 | 0.29 | 0 | 0.62 | 215 | 0.33 | 0.28 |
| Hex | 30 | 44 | 60 | 32 | 1D | 0 | 3E | D7 | 21 | 1C |
| Octal | 60 | 104 | 140 | 62 | 35 | 0 | 76 | 327 | 41 | 34 |
| Binary | 110000 | 1000100 | 1100000 | 110010 | 11101 | 0 | 111110 | 11010111 | 100001 | 11100 |
Color Harmonies of #304460
Complementary color
Monochromatic Colors of #304460
Black with #304460
Text Example
Text Example
White with #304460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304460; }
p { color: rgb(48,68,96); }
H1.HeaderClassName
{
color: #304460;
}
.AnyTagClassName
{
color: #304460;
}
</style>
background-color css
<style>
a { background-color: #304460; }
a { background-color: rgb(48,68,96); }
div.DivClassName
{
background-color: #304460;
}
.BgClassName
{
background-color: #304460;
}
</style>
border-color css
<style>
span { border-color: #304460; }
span { border-color: rgb(48,68,96); }
td.TdClassName
{
border-color: #304460;
}
.TagClassName
{
border-color: #304460;
}
</style>