Shades of Catalina Blue #253761
Tints of Catalina Blue #253761
RGB
CMYK
RGB Variations
Color information
#253761 (or 0x253761) is known color: Catalina Blue. HEX triplet: 25, 37 and 61. RGB value is (37,55,97). Sum of RGB (Red+Green+Blue) = 37+55+97=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #253761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253761 is #DAC89E. Grayscale: #363636. Windows color (decimal): -14338207 or 6371109. OLE color: 6371109.
HSL color Cylindrical-coordinate representation of color #253761: hue angle of 222º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253761 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 55 | 97 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.62 |
| HSL | 222º | 0.45% | 0.26% | - |
| HSV(B) | 222º | 0.62% | 0.38% | - |
| XYZ | 4.29 | 3.99 | 11.85 | - |
| YUV | 54.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 97 | 0.62 | 0.43 | 0 | 0.62 | 222 | 0.45 | 0.26 |
| Hex | 25 | 37 | 61 | 3E | 2B | 0 | 3E | DE | 2D | 1A |
| Octal | 45 | 67 | 141 | 76 | 53 | 0 | 76 | 336 | 55 | 32 |
| Binary | 100101 | 110111 | 1100001 | 111110 | 101011 | 0 | 111110 | 11011110 | 101101 | 11010 |
Color Harmonies of #253761
Complementary color
Monochromatic Colors of #253761
Black with #253761
Text Example
Text Example
White with #253761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253761; }
p { color: rgb(37,55,97); }
H1.HeaderClassName
{
color: #253761;
}
.AnyTagClassName
{
color: #253761;
}
</style>
background-color css
<style>
a { background-color: #253761; }
a { background-color: rgb(37,55,97); }
div.DivClassName
{
background-color: #253761;
}
.BgClassName
{
background-color: #253761;
}
</style>
border-color css
<style>
span { border-color: #253761; }
span { border-color: rgb(37,55,97); }
td.TdClassName
{
border-color: #253761;
}
.TagClassName
{
border-color: #253761;
}
</style>