Shades of Catalina Blue #25355C
Tints of Catalina Blue #25355C
RGB
CMYK
RGB Variations
Color information
#25355C (or 0x25355C) is known color: Catalina Blue. HEX triplet: 25, 35 and 5C. RGB value is (37,53,92). Sum of RGB (Red+Green+Blue) = 37+53+92=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #25355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355C is #DACAA3. Grayscale: #343434. Windows color (decimal): -14338724 or 6042917. OLE color: 6042917.
HSL color Cylindrical-coordinate representation of color #25355C: hue angle of 222.55º 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 #25355C is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 53 | 92 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.64 |
| HSL | 222.55º | 0.43% | 0.25% | - |
| HSV(B) | 222.55º | 0.6% | 0.36% | - |
| XYZ | 3.97 | 3.71 | 10.63 | - |
| YUV | 52.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 92 | 0.60 | 0.42 | 0 | 0.64 | 222.55 | 0.43 | 0.25 |
| Hex | 25 | 35 | 5C | 3C | 2A | 0 | 40 | DF | 2B | 19 |
| Octal | 45 | 65 | 134 | 74 | 52 | 0 | 100 | 337 | 53 | 31 |
| Binary | 100101 | 110101 | 1011100 | 111100 | 101010 | 0 | 1000000 | 11011111 | 101011 | 11001 |
Color Harmonies of #25355C
Complementary color
Monochromatic Colors of #25355C
Black with #25355C
Text Example
Text Example
White with #25355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25355C; }
p { color: rgb(37,53,92); }
H1.HeaderClassName
{
color: #25355C;
}
.AnyTagClassName
{
color: #25355C;
}
</style>
background-color css
<style>
a { background-color: #25355C; }
a { background-color: rgb(37,53,92); }
div.DivClassName
{
background-color: #25355C;
}
.BgClassName
{
background-color: #25355C;
}
</style>
border-color css
<style>
span { border-color: #25355C; }
span { border-color: rgb(37,53,92); }
td.TdClassName
{
border-color: #25355C;
}
.TagClassName
{
border-color: #25355C;
}
</style>