Shades of Catalina Blue #254466
Tints of Catalina Blue #254466
RGB
CMYK
RGB Variations
Color information
#254466 (or 0x254466) is known color: Catalina Blue. HEX triplet: 25, 44 and 66. RGB value is (37,68,102). Sum of RGB (Red+Green+Blue) = 37+68+102=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #254466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254466 is #DABB99. Grayscale: #3E3E3E. Windows color (decimal): -14334874 or 6702117. OLE color: 6702117.
HSL color Cylindrical-coordinate representation of color #254466: hue angle of 211.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254466 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 68 | 102 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.6 |
| HSL | 211.38º | 0.47% | 0.27% | - |
| HSV(B) | 211.38º | 0.64% | 0.4% | - |
| XYZ | 5.23 | 5.49 | 13.35 | - |
| YUV | 62.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 102 | 0.64 | 0.33 | 0 | 0.6 | 211.38 | 0.47 | 0.27 |
| Hex | 25 | 44 | 66 | 40 | 21 | 0 | 3C | D3 | 2F | 1B |
| Octal | 45 | 104 | 146 | 100 | 41 | 0 | 74 | 323 | 57 | 33 |
| Binary | 100101 | 1000100 | 1100110 | 1000000 | 100001 | 0 | 111100 | 11010011 | 101111 | 11011 |
Color Harmonies of #254466
Complementary color
Monochromatic Colors of #254466
Black with #254466
Text Example
Text Example
White with #254466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254466; }
p { color: rgb(37,68,102); }
H1.HeaderClassName
{
color: #254466;
}
.AnyTagClassName
{
color: #254466;
}
</style>
background-color css
<style>
a { background-color: #254466; }
a { background-color: rgb(37,68,102); }
div.DivClassName
{
background-color: #254466;
}
.BgClassName
{
background-color: #254466;
}
</style>
border-color css
<style>
span { border-color: #254466; }
span { border-color: rgb(37,68,102); }
td.TdClassName
{
border-color: #254466;
}
.TagClassName
{
border-color: #254466;
}
</style>