Shades of Catalina Blue #254164
Tints of Catalina Blue #254164
RGB
CMYK
RGB Variations
Color information
#254164 (or 0x254164) is known color: Catalina Blue. HEX triplet: 25, 41 and 64. RGB value is (37,65,100). Sum of RGB (Red+Green+Blue) = 37+65+100=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #254164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254164 is #DABE9B. Grayscale: #3C3C3C. Windows color (decimal): -14335644 or 6570277. OLE color: 6570277.
HSL color Cylindrical-coordinate representation of color #254164: hue angle of 213.33º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254164 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 65 | 100 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.61 |
| HSL | 213.33º | 0.46% | 0.27% | - |
| HSV(B) | 213.33º | 0.63% | 0.39% | - |
| XYZ | 4.95 | 5.09 | 12.78 | - |
| YUV | 60.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 100 | 0.63 | 0.35 | 0 | 0.61 | 213.33 | 0.46 | 0.27 |
| Hex | 25 | 41 | 64 | 3F | 23 | 0 | 3D | D5 | 2E | 1B |
| Octal | 45 | 101 | 144 | 77 | 43 | 0 | 75 | 325 | 56 | 33 |
| Binary | 100101 | 1000001 | 1100100 | 111111 | 100011 | 0 | 111101 | 11010101 | 101110 | 11011 |
Color Harmonies of #254164
Complementary color
Monochromatic Colors of #254164
Black with #254164
Text Example
Text Example
White with #254164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254164; }
p { color: rgb(37,65,100); }
H1.HeaderClassName
{
color: #254164;
}
.AnyTagClassName
{
color: #254164;
}
</style>
background-color css
<style>
a { background-color: #254164; }
a { background-color: rgb(37,65,100); }
div.DivClassName
{
background-color: #254164;
}
.BgClassName
{
background-color: #254164;
}
</style>
border-color css
<style>
span { border-color: #254164; }
span { border-color: rgb(37,65,100); }
td.TdClassName
{
border-color: #254164;
}
.TagClassName
{
border-color: #254164;
}
</style>