Shades of Catalina Blue #254570
Tints of Catalina Blue #254570
RGB
CMYK
RGB Variations
Color information
#254570 (or 0x254570) is known color: Catalina Blue. HEX triplet: 25, 45 and 70. RGB value is (37,69,112). Sum of RGB (Red+Green+Blue) = 37+69+112=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #254570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254570 is #DABA8F. Grayscale: #404040. Windows color (decimal): -14334608 or 7357733. OLE color: 7357733.
HSL color Cylindrical-coordinate representation of color #254570: hue angle of 214.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254570 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 69 | 112 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.56 |
| HSL | 214.4º | 0.5% | 0.29% | - |
| HSV(B) | 214.4º | 0.67% | 0.44% | - |
| XYZ | 5.82 | 5.82 | 16.15 | - |
| YUV | 64.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 112 | 0.67 | 0.38 | 0 | 0.56 | 214.4 | 0.5 | 0.29 |
| Hex | 25 | 45 | 70 | 43 | 26 | 0 | 38 | D6 | 32 | 1D |
| Octal | 45 | 105 | 160 | 103 | 46 | 0 | 70 | 326 | 62 | 35 |
| Binary | 100101 | 1000101 | 1110000 | 1000011 | 100110 | 0 | 111000 | 11010110 | 110010 | 11101 |
Color Harmonies of #254570
Complementary color
Monochromatic Colors of #254570
Black with #254570
Text Example
Text Example
White with #254570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254570; }
p { color: rgb(37,69,112); }
H1.HeaderClassName
{
color: #254570;
}
.AnyTagClassName
{
color: #254570;
}
</style>
background-color css
<style>
a { background-color: #254570; }
a { background-color: rgb(37,69,112); }
div.DivClassName
{
background-color: #254570;
}
.BgClassName
{
background-color: #254570;
}
</style>
border-color css
<style>
span { border-color: #254570; }
span { border-color: rgb(37,69,112); }
td.TdClassName
{
border-color: #254570;
}
.TagClassName
{
border-color: #254570;
}
</style>