Shades of Catalina Blue #25436B
Tints of Catalina Blue #25436B
RGB
CMYK
RGB Variations
Color information
#25436B (or 0x25436B) is known color: Catalina Blue. HEX triplet: 25, 43 and 6B. RGB value is (37,67,107). Sum of RGB (Red+Green+Blue) = 37+67+107=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #25436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25436B is #DABC94. Grayscale: #3E3E3E. Windows color (decimal): -14335125 or 7029541. OLE color: 7029541.
HSL color Cylindrical-coordinate representation of color #25436B: hue angle of 214.29º 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 #25436B is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 67 | 107 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.58 |
| HSL | 214.29º | 0.49% | 0.28% | - |
| HSV(B) | 214.29º | 0.65% | 0.42% | - |
| XYZ | 5.42 | 5.47 | 14.68 | - |
| YUV | 62.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 107 | 0.65 | 0.37 | 0 | 0.58 | 214.29 | 0.49 | 0.28 |
| Hex | 25 | 43 | 6B | 41 | 25 | 0 | 3A | D6 | 31 | 1C |
| Octal | 45 | 103 | 153 | 101 | 45 | 0 | 72 | 326 | 61 | 34 |
| Binary | 100101 | 1000011 | 1101011 | 1000001 | 100101 | 0 | 111010 | 11010110 | 110001 | 11100 |
Color Harmonies of #25436B
Complementary color
Monochromatic Colors of #25436B
Black with #25436B
Text Example
Text Example
White with #25436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25436B; }
p { color: rgb(37,67,107); }
H1.HeaderClassName
{
color: #25436B;
}
.AnyTagClassName
{
color: #25436B;
}
</style>
background-color css
<style>
a { background-color: #25436B; }
a { background-color: rgb(37,67,107); }
div.DivClassName
{
background-color: #25436B;
}
.BgClassName
{
background-color: #25436B;
}
</style>
border-color css
<style>
span { border-color: #25436B; }
span { border-color: rgb(37,67,107); }
td.TdClassName
{
border-color: #25436B;
}
.TagClassName
{
border-color: #25436B;
}
</style>