Shades of Catalina Blue #25406D
Tints of Catalina Blue #25406D
RGB
CMYK
RGB Variations
Color information
#25406D (or 0x25406D) is known color: Catalina Blue. HEX triplet: 25, 40 and 6D. RGB value is (37,64,109). Sum of RGB (Red+Green+Blue) = 37+64+109=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #25406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25406D is #DABF92. Grayscale: #3C3C3C. Windows color (decimal): -14335891 or 7159845. OLE color: 7159845.
HSL color Cylindrical-coordinate representation of color #25406D: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25406D is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 64 | 109 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.57 |
| HSL | 217.5º | 0.49% | 0.29% | - |
| HSV(B) | 217.5º | 0.66% | 0.43% | - |
| XYZ | 5.36 | 5.16 | 15.18 | - |
| YUV | 61.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 109 | 0.66 | 0.41 | 0 | 0.57 | 217.5 | 0.49 | 0.29 |
| Hex | 25 | 40 | 6D | 42 | 29 | 0 | 39 | DA | 31 | 1D |
| Octal | 45 | 100 | 155 | 102 | 51 | 0 | 71 | 332 | 61 | 35 |
| Binary | 100101 | 1000000 | 1101101 | 1000010 | 101001 | 0 | 111001 | 11011010 | 110001 | 11101 |
Color Harmonies of #25406D
Complementary color
Monochromatic Colors of #25406D
Black with #25406D
Text Example
Text Example
White with #25406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25406D; }
p { color: rgb(37,64,109); }
H1.HeaderClassName
{
color: #25406D;
}
.AnyTagClassName
{
color: #25406D;
}
</style>
background-color css
<style>
a { background-color: #25406D; }
a { background-color: rgb(37,64,109); }
div.DivClassName
{
background-color: #25406D;
}
.BgClassName
{
background-color: #25406D;
}
</style>
border-color css
<style>
span { border-color: #25406D; }
span { border-color: rgb(37,64,109); }
td.TdClassName
{
border-color: #25406D;
}
.TagClassName
{
border-color: #25406D;
}
</style>