Shades of Catalina Blue #25416B
Tints of Catalina Blue #25416B
RGB
CMYK
RGB Variations
Color information
#25416B (or 0x25416B) is known color: Catalina Blue. HEX triplet: 25, 41 and 6B. RGB value is (37,65,107). Sum of RGB (Red+Green+Blue) = 37+65+107=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #25416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25416B is #DABE94. Grayscale: #3D3D3D. Windows color (decimal): -14335637 or 7029029. OLE color: 7029029.
HSL color Cylindrical-coordinate representation of color #25416B: hue angle of 216º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25416B is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 65 | 107 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.58 |
| HSL | 216º | 0.49% | 0.28% | - |
| HSV(B) | 216º | 0.65% | 0.42% | - |
| XYZ | 5.31 | 5.24 | 14.64 | - |
| YUV | 61.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 107 | 0.65 | 0.39 | 0 | 0.58 | 216 | 0.49 | 0.28 |
| Hex | 25 | 41 | 6B | 41 | 27 | 0 | 3A | D8 | 31 | 1C |
| Octal | 45 | 101 | 153 | 101 | 47 | 0 | 72 | 330 | 61 | 34 |
| Binary | 100101 | 1000001 | 1101011 | 1000001 | 100111 | 0 | 111010 | 11011000 | 110001 | 11100 |
Color Harmonies of #25416B
Complementary color
Monochromatic Colors of #25416B
Black with #25416B
Text Example
Text Example
White with #25416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25416B; }
p { color: rgb(37,65,107); }
H1.HeaderClassName
{
color: #25416B;
}
.AnyTagClassName
{
color: #25416B;
}
</style>
background-color css
<style>
a { background-color: #25416B; }
a { background-color: rgb(37,65,107); }
div.DivClassName
{
background-color: #25416B;
}
.BgClassName
{
background-color: #25416B;
}
</style>
border-color css
<style>
span { border-color: #25416B; }
span { border-color: rgb(37,65,107); }
td.TdClassName
{
border-color: #25416B;
}
.TagClassName
{
border-color: #25416B;
}
</style>