Shades of Catalina Blue #25365B
Tints of Catalina Blue #25365B
RGB
CMYK
RGB Variations
Color information
#25365B (or 0x25365B) is known color: Catalina Blue. HEX triplet: 25, 36 and 5B. RGB value is (37,54,91). Sum of RGB (Red+Green+Blue) = 37+54+91=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #25365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365B is #DAC9A4. Grayscale: #343434. Windows color (decimal): -14338469 or 5977637. OLE color: 5977637.
HSL color Cylindrical-coordinate representation of color #25365B: hue angle of 221.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25365B is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 54 | 91 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.64 |
| HSL | 221.11º | 0.42% | 0.25% | - |
| HSV(B) | 221.11º | 0.59% | 0.36% | - |
| XYZ | 3.97 | 3.79 | 10.42 | - |
| YUV | 53.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 91 | 0.59 | 0.41 | 0 | 0.64 | 221.11 | 0.42 | 0.25 |
| Hex | 25 | 36 | 5B | 3B | 29 | 0 | 40 | DD | 2A | 19 |
| Octal | 45 | 66 | 133 | 73 | 51 | 0 | 100 | 335 | 52 | 31 |
| Binary | 100101 | 110110 | 1011011 | 111011 | 101001 | 0 | 1000000 | 11011101 | 101010 | 11001 |
Color Harmonies of #25365B
Complementary color
Monochromatic Colors of #25365B
Black with #25365B
Text Example
Text Example
White with #25365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25365B; }
p { color: rgb(37,54,91); }
H1.HeaderClassName
{
color: #25365B;
}
.AnyTagClassName
{
color: #25365B;
}
</style>
background-color css
<style>
a { background-color: #25365B; }
a { background-color: rgb(37,54,91); }
div.DivClassName
{
background-color: #25365B;
}
.BgClassName
{
background-color: #25365B;
}
</style>
border-color css
<style>
span { border-color: #25365B; }
span { border-color: rgb(37,54,91); }
td.TdClassName
{
border-color: #25365B;
}
.TagClassName
{
border-color: #25365B;
}
</style>