Shades of Catalina Blue #254161
Tints of Catalina Blue #254161
RGB
CMYK
RGB Variations
Color information
#254161 (or 0x254161) is known color: Catalina Blue. HEX triplet: 25, 41 and 61. RGB value is (37,65,97). Sum of RGB (Red+Green+Blue) = 37+65+97=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #254161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254161 is #DABE9E. Grayscale: #3C3C3C. Windows color (decimal): -14335647 or 6373669. OLE color: 6373669.
HSL color Cylindrical-coordinate representation of color #254161: hue angle of 212º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #254161 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 65 | 97 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.62 |
| HSL | 212º | 0.45% | 0.26% | - |
| HSV(B) | 212º | 0.62% | 0.38% | - |
| XYZ | 4.81 | 5.04 | 12.03 | - |
| YUV | 60.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 97 | 0.62 | 0.33 | 0 | 0.62 | 212 | 0.45 | 0.26 |
| Hex | 25 | 41 | 61 | 3E | 21 | 0 | 3E | D4 | 2D | 1A |
| Octal | 45 | 101 | 141 | 76 | 41 | 0 | 76 | 324 | 55 | 32 |
| Binary | 100101 | 1000001 | 1100001 | 111110 | 100001 | 0 | 111110 | 11010100 | 101101 | 11010 |
Color Harmonies of #254161
Complementary color
Monochromatic Colors of #254161
Black with #254161
Text Example
Text Example
White with #254161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254161; }
p { color: rgb(37,65,97); }
H1.HeaderClassName
{
color: #254161;
}
.AnyTagClassName
{
color: #254161;
}
</style>
background-color css
<style>
a { background-color: #254161; }
a { background-color: rgb(37,65,97); }
div.DivClassName
{
background-color: #254161;
}
.BgClassName
{
background-color: #254161;
}
</style>
border-color css
<style>
span { border-color: #254161; }
span { border-color: rgb(37,65,97); }
td.TdClassName
{
border-color: #254161;
}
.TagClassName
{
border-color: #254161;
}
</style>