Shades of Catalina Blue #254468
Tints of Catalina Blue #254468
RGB
CMYK
RGB Variations
Color information
#254468 (or 0x254468) is known color: Catalina Blue. HEX triplet: 25, 44 and 68. RGB value is (37,68,104). Sum of RGB (Red+Green+Blue) = 37+68+104=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #254468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254468 is #DABB97. Grayscale: #3E3E3E. Windows color (decimal): -14334872 or 6833189. OLE color: 6833189.
HSL color Cylindrical-coordinate representation of color #254468: hue angle of 212.24º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254468 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 68 | 104 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.59 |
| HSL | 212.24º | 0.48% | 0.28% | - |
| HSV(B) | 212.24º | 0.64% | 0.41% | - |
| XYZ | 5.33 | 5.53 | 13.88 | - |
| YUV | 62.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 104 | 0.64 | 0.35 | 0 | 0.59 | 212.24 | 0.48 | 0.28 |
| Hex | 25 | 44 | 68 | 40 | 23 | 0 | 3B | D4 | 30 | 1C |
| Octal | 45 | 104 | 150 | 100 | 43 | 0 | 73 | 324 | 60 | 34 |
| Binary | 100101 | 1000100 | 1101000 | 1000000 | 100011 | 0 | 111011 | 11010100 | 110000 | 11100 |
Color Harmonies of #254468
Complementary color
Monochromatic Colors of #254468
Black with #254468
Text Example
Text Example
White with #254468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254468; }
p { color: rgb(37,68,104); }
H1.HeaderClassName
{
color: #254468;
}
.AnyTagClassName
{
color: #254468;
}
</style>
background-color css
<style>
a { background-color: #254468; }
a { background-color: rgb(37,68,104); }
div.DivClassName
{
background-color: #254468;
}
.BgClassName
{
background-color: #254468;
}
</style>
border-color css
<style>
span { border-color: #254468; }
span { border-color: rgb(37,68,104); }
td.TdClassName
{
border-color: #254468;
}
.TagClassName
{
border-color: #254468;
}
</style>