Shades of Catalina Blue #30455E
Tints of Catalina Blue #30455E
RGB
CMYK
RGB Variations
Color information
#30455E (or 0x30455E) is known color: Catalina Blue. HEX triplet: 30, 45 and 5E. RGB value is (48,69,94). Sum of RGB (Red+Green+Blue) = 48+69+94=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #30455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455E is #CFBAA1. Grayscale: #414141. Windows color (decimal): -13613730 or 6178096. OLE color: 6178096.
HSL color Cylindrical-coordinate representation of color #30455E: hue angle of 212.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30455E is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 69 | 94 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.63 |
| HSL | 212.61º | 0.32% | 0.28% | - |
| HSV(B) | 212.61º | 0.49% | 0.37% | - |
| XYZ | 5.37 | 5.69 | 11.41 | - |
| YUV | 65.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 94 | 0.49 | 0.27 | 0 | 0.63 | 212.61 | 0.32 | 0.28 |
| Hex | 30 | 45 | 5E | 31 | 1B | 0 | 3F | D5 | 20 | 1C |
| Octal | 60 | 105 | 136 | 61 | 33 | 0 | 77 | 325 | 40 | 34 |
| Binary | 110000 | 1000101 | 1011110 | 110001 | 11011 | 0 | 111111 | 11010101 | 100000 | 11100 |
Color Harmonies of #30455E
Complementary color
Monochromatic Colors of #30455E
Black with #30455E
Text Example
Text Example
White with #30455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30455E; }
p { color: rgb(48,69,94); }
H1.HeaderClassName
{
color: #30455E;
}
.AnyTagClassName
{
color: #30455E;
}
</style>
background-color css
<style>
a { background-color: #30455E; }
a { background-color: rgb(48,69,94); }
div.DivClassName
{
background-color: #30455E;
}
.BgClassName
{
background-color: #30455E;
}
</style>
border-color css
<style>
span { border-color: #30455E; }
span { border-color: rgb(48,69,94); }
td.TdClassName
{
border-color: #30455E;
}
.TagClassName
{
border-color: #30455E;
}
</style>