Shades of Catalina Blue #254260
Tints of Catalina Blue #254260
RGB
CMYK
RGB Variations
Color information
#254260 (or 0x254260) is known color: Catalina Blue. HEX triplet: 25, 42 and 60. RGB value is (37,66,96). Sum of RGB (Red+Green+Blue) = 37+66+96=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #254260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254260 is #DABD9F. Grayscale: #3C3C3C. Windows color (decimal): -14335392 or 6308389. OLE color: 6308389.
HSL color Cylindrical-coordinate representation of color #254260: hue angle of 210.51º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254260 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 66 | 96 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.62 |
| HSL | 210.51º | 0.44% | 0.26% | - |
| HSV(B) | 210.51º | 0.61% | 0.38% | - |
| XYZ | 4.82 | 5.13 | 11.8 | - |
| YUV | 60.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 96 | 0.61 | 0.31 | 0 | 0.62 | 210.51 | 0.44 | 0.26 |
| Hex | 25 | 42 | 60 | 3D | 1F | 0 | 3E | D3 | 2C | 1A |
| Octal | 45 | 102 | 140 | 75 | 37 | 0 | 76 | 323 | 54 | 32 |
| Binary | 100101 | 1000010 | 1100000 | 111101 | 11111 | 0 | 111110 | 11010011 | 101100 | 11010 |
Color Harmonies of #254260
Complementary color
Monochromatic Colors of #254260
Black with #254260
Text Example
Text Example
White with #254260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254260; }
p { color: rgb(37,66,96); }
H1.HeaderClassName
{
color: #254260;
}
.AnyTagClassName
{
color: #254260;
}
</style>
background-color css
<style>
a { background-color: #254260; }
a { background-color: rgb(37,66,96); }
div.DivClassName
{
background-color: #254260;
}
.BgClassName
{
background-color: #254260;
}
</style>
border-color css
<style>
span { border-color: #254260; }
span { border-color: rgb(37,66,96); }
td.TdClassName
{
border-color: #254260;
}
.TagClassName
{
border-color: #254260;
}
</style>