Shades of Catalina Blue #254568
Tints of Catalina Blue #254568
RGB
CMYK
RGB Variations
Color information
#254568 (or 0x254568) is known color: Catalina Blue. HEX triplet: 25, 45 and 68. RGB value is (37,69,104). Sum of RGB (Red+Green+Blue) = 37+69+104=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #254568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254568 is #DABA97. Grayscale: #3F3F3F. Windows color (decimal): -14334616 or 6833445. OLE color: 6833445.
HSL color Cylindrical-coordinate representation of color #254568: hue angle of 211.34º 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 #254568 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 69 | 104 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.59 |
| HSL | 211.34º | 0.48% | 0.28% | - |
| HSV(B) | 211.34º | 0.64% | 0.41% | - |
| XYZ | 5.39 | 5.65 | 13.9 | - |
| YUV | 63.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 104 | 0.64 | 0.34 | 0 | 0.59 | 211.34 | 0.48 | 0.28 |
| Hex | 25 | 45 | 68 | 40 | 22 | 0 | 3B | D3 | 30 | 1C |
| Octal | 45 | 105 | 150 | 100 | 42 | 0 | 73 | 323 | 60 | 34 |
| Binary | 100101 | 1000101 | 1101000 | 1000000 | 100010 | 0 | 111011 | 11010011 | 110000 | 11100 |
Color Harmonies of #254568
Complementary color
Monochromatic Colors of #254568
Black with #254568
Text Example
Text Example
White with #254568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254568; }
p { color: rgb(37,69,104); }
H1.HeaderClassName
{
color: #254568;
}
.AnyTagClassName
{
color: #254568;
}
</style>
background-color css
<style>
a { background-color: #254568; }
a { background-color: rgb(37,69,104); }
div.DivClassName
{
background-color: #254568;
}
.BgClassName
{
background-color: #254568;
}
</style>
border-color css
<style>
span { border-color: #254568; }
span { border-color: rgb(37,69,104); }
td.TdClassName
{
border-color: #254568;
}
.TagClassName
{
border-color: #254568;
}
</style>