Shades of Catalina Blue #254365
Tints of Catalina Blue #254365
RGB
CMYK
RGB Variations
Color information
#254365 (or 0x254365) is known color: Catalina Blue. HEX triplet: 25, 43 and 65. RGB value is (37,67,101). Sum of RGB (Red+Green+Blue) = 37+67+101=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #254365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254365 is #DABC9A. Grayscale: #3D3D3D. Windows color (decimal): -14335131 or 6636325. OLE color: 6636325.
HSL color Cylindrical-coordinate representation of color #254365: hue angle of 211.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254365 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 67 | 101 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.60 |
| HSL | 211.88º | 0.46% | 0.27% | - |
| HSV(B) | 211.88º | 0.63% | 0.4% | - |
| XYZ | 5.12 | 5.35 | 13.07 | - |
| YUV | 61.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 101 | 0.63 | 0.34 | 0 | 0.60 | 211.88 | 0.46 | 0.27 |
| Hex | 25 | 43 | 65 | 3F | 22 | 0 | 3C | D4 | 2E | 1B |
| Octal | 45 | 103 | 145 | 77 | 42 | 0 | 74 | 324 | 56 | 33 |
| Binary | 100101 | 1000011 | 1100101 | 111111 | 100010 | 0 | 111100 | 11010100 | 101110 | 11011 |
Color Harmonies of #254365
Complementary color
Monochromatic Colors of #254365
Black with #254365
Text Example
Text Example
White with #254365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254365; }
p { color: rgb(37,67,101); }
H1.HeaderClassName
{
color: #254365;
}
.AnyTagClassName
{
color: #254365;
}
</style>
background-color css
<style>
a { background-color: #254365; }
a { background-color: rgb(37,67,101); }
div.DivClassName
{
background-color: #254365;
}
.BgClassName
{
background-color: #254365;
}
</style>
border-color css
<style>
span { border-color: #254365; }
span { border-color: rgb(37,67,101); }
td.TdClassName
{
border-color: #254365;
}
.TagClassName
{
border-color: #254365;
}
</style>