Shades of Catalina Blue #253B68
Tints of Catalina Blue #253B68
RGB
CMYK
RGB Variations
Color information
#253B68 (or 0x253B68) is known color: Catalina Blue. HEX triplet: 25, 3B and 68. RGB value is (37,59,104). Sum of RGB (Red+Green+Blue) = 37+59+104=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #253B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B68 is #DAC497. Grayscale: #393939. Windows color (decimal): -14337176 or 6830885. OLE color: 6830885.
HSL color Cylindrical-coordinate representation of color #253B68: hue angle of 220.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253B68 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 59 | 104 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.59 |
| HSL | 220.3º | 0.48% | 0.28% | - |
| HSV(B) | 220.3º | 0.64% | 0.41% | - |
| XYZ | 4.83 | 4.52 | 13.71 | - |
| YUV | 57.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 104 | 0.64 | 0.43 | 0 | 0.59 | 220.3 | 0.48 | 0.28 |
| Hex | 25 | 3B | 68 | 40 | 2B | 0 | 3B | DC | 30 | 1C |
| Octal | 45 | 73 | 150 | 100 | 53 | 0 | 73 | 334 | 60 | 34 |
| Binary | 100101 | 111011 | 1101000 | 1000000 | 101011 | 0 | 111011 | 11011100 | 110000 | 11100 |
Color Harmonies of #253B68
Complementary color
Monochromatic Colors of #253B68
Black with #253B68
Text Example
Text Example
White with #253B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B68; }
p { color: rgb(37,59,104); }
H1.HeaderClassName
{
color: #253B68;
}
.AnyTagClassName
{
color: #253B68;
}
</style>
background-color css
<style>
a { background-color: #253B68; }
a { background-color: rgb(37,59,104); }
div.DivClassName
{
background-color: #253B68;
}
.BgClassName
{
background-color: #253B68;
}
</style>
border-color css
<style>
span { border-color: #253B68; }
span { border-color: rgb(37,59,104); }
td.TdClassName
{
border-color: #253B68;
}
.TagClassName
{
border-color: #253B68;
}
</style>