Shades of Catalina Blue #25355D
Tints of Catalina Blue #25355D
RGB
CMYK
RGB Variations
Color information
#25355D (or 0x25355D) is known color: Catalina Blue. HEX triplet: 25, 35 and 5D. RGB value is (37,53,93). Sum of RGB (Red+Green+Blue) = 37+53+93=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #25355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355D is #DACAA2. Grayscale: #343434. Windows color (decimal): -14338723 or 6108453. OLE color: 6108453.
HSL color Cylindrical-coordinate representation of color #25355D: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25355D is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 53 | 93 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.64 |
| HSL | 222.86º | 0.43% | 0.25% | - |
| HSV(B) | 222.86º | 0.6% | 0.36% | - |
| XYZ | 4.01 | 3.73 | 10.86 | - |
| YUV | 52.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 93 | 0.60 | 0.43 | 0 | 0.64 | 222.86 | 0.43 | 0.25 |
| Hex | 25 | 35 | 5D | 3C | 2B | 0 | 40 | DF | 2B | 19 |
| Octal | 45 | 65 | 135 | 74 | 53 | 0 | 100 | 337 | 53 | 31 |
| Binary | 100101 | 110101 | 1011101 | 111100 | 101011 | 0 | 1000000 | 11011111 | 101011 | 11001 |
Color Harmonies of #25355D
Complementary color
Monochromatic Colors of #25355D
Black with #25355D
Text Example
Text Example
White with #25355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25355D; }
p { color: rgb(37,53,93); }
H1.HeaderClassName
{
color: #25355D;
}
.AnyTagClassName
{
color: #25355D;
}
</style>
background-color css
<style>
a { background-color: #25355D; }
a { background-color: rgb(37,53,93); }
div.DivClassName
{
background-color: #25355D;
}
.BgClassName
{
background-color: #25355D;
}
</style>
border-color css
<style>
span { border-color: #25355D; }
span { border-color: rgb(37,53,93); }
td.TdClassName
{
border-color: #25355D;
}
.TagClassName
{
border-color: #25355D;
}
</style>