Shades of Catalina Blue #30425D
Tints of Catalina Blue #30425D
RGB
CMYK
RGB Variations
Color information
#30425D (or 0x30425D) is known color: Catalina Blue. HEX triplet: 30, 42 and 5D. RGB value is (48,66,93). Sum of RGB (Red+Green+Blue) = 48+66+93=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #30425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30425D is #CFBDA2. Grayscale: #3F3F3F. Windows color (decimal): -13614499 or 6111792. OLE color: 6111792.
HSL color Cylindrical-coordinate representation of color #30425D: hue angle of 216º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30425D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 66 | 93 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.64 |
| HSL | 216º | 0.32% | 0.28% | - |
| HSV(B) | 216º | 0.48% | 0.36% | - |
| XYZ | 5.14 | 5.32 | 11.11 | - |
| YUV | 63.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 93 | 0.48 | 0.29 | 0 | 0.64 | 216 | 0.32 | 0.28 |
| Hex | 30 | 42 | 5D | 30 | 1D | 0 | 40 | D8 | 20 | 1C |
| Octal | 60 | 102 | 135 | 60 | 35 | 0 | 100 | 330 | 40 | 34 |
| Binary | 110000 | 1000010 | 1011101 | 110000 | 11101 | 0 | 1000000 | 11011000 | 100000 | 11100 |
Color Harmonies of #30425D
Complementary color
Monochromatic Colors of #30425D
Black with #30425D
Text Example
Text Example
White with #30425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30425D; }
p { color: rgb(48,66,93); }
H1.HeaderClassName
{
color: #30425D;
}
.AnyTagClassName
{
color: #30425D;
}
</style>
background-color css
<style>
a { background-color: #30425D; }
a { background-color: rgb(48,66,93); }
div.DivClassName
{
background-color: #30425D;
}
.BgClassName
{
background-color: #30425D;
}
</style>
border-color css
<style>
span { border-color: #30425D; }
span { border-color: rgb(48,66,93); }
td.TdClassName
{
border-color: #30425D;
}
.TagClassName
{
border-color: #30425D;
}
</style>