Shades of Catalina Blue #25426A
Tints of Catalina Blue #25426A
RGB
CMYK
RGB Variations
Color information
#25426A (or 0x25426A) is known color: Catalina Blue. HEX triplet: 25, 42 and 6A. RGB value is (37,66,106). Sum of RGB (Red+Green+Blue) = 37+66+106=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #25426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25426A is #DABD95. Grayscale: #3D3D3D. Windows color (decimal): -14335382 or 6963749. OLE color: 6963749.
HSL color Cylindrical-coordinate representation of color #25426A: hue angle of 214.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25426A is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 66 | 106 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.58 |
| HSL | 214.78º | 0.48% | 0.28% | - |
| HSV(B) | 214.78º | 0.65% | 0.42% | - |
| XYZ | 5.31 | 5.33 | 14.38 | - |
| YUV | 61.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 106 | 0.65 | 0.38 | 0 | 0.58 | 214.78 | 0.48 | 0.28 |
| Hex | 25 | 42 | 6A | 41 | 26 | 0 | 3A | D7 | 30 | 1C |
| Octal | 45 | 102 | 152 | 101 | 46 | 0 | 72 | 327 | 60 | 34 |
| Binary | 100101 | 1000010 | 1101010 | 1000001 | 100110 | 0 | 111010 | 11010111 | 110000 | 11100 |
Color Harmonies of #25426A
Complementary color
Monochromatic Colors of #25426A
Black with #25426A
Text Example
Text Example
White with #25426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25426A; }
p { color: rgb(37,66,106); }
H1.HeaderClassName
{
color: #25426A;
}
.AnyTagClassName
{
color: #25426A;
}
</style>
background-color css
<style>
a { background-color: #25426A; }
a { background-color: rgb(37,66,106); }
div.DivClassName
{
background-color: #25426A;
}
.BgClassName
{
background-color: #25426A;
}
</style>
border-color css
<style>
span { border-color: #25426A; }
span { border-color: rgb(37,66,106); }
td.TdClassName
{
border-color: #25426A;
}
.TagClassName
{
border-color: #25426A;
}
</style>