Shades of Catalina Blue #263762
Tints of Catalina Blue #263762
RGB
CMYK
RGB Variations
Color information
#263762 (or 0x263762) is known color: Catalina Blue. HEX triplet: 26, 37 and 62. RGB value is (38,55,98). Sum of RGB (Red+Green+Blue) = 38+55+98=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #263762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263762 is #D9C89D. Grayscale: #363636. Windows color (decimal): -14272670 or 6436646. OLE color: 6436646.
HSL color Cylindrical-coordinate representation of color #263762: hue angle of 223º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263762 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 55 | 98 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.62 |
| HSL | 223º | 0.44% | 0.27% | - |
| HSV(B) | 223º | 0.61% | 0.38% | - |
| XYZ | 4.37 | 4.03 | 12.1 | - |
| YUV | 54.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 98 | 0.61 | 0.44 | 0 | 0.62 | 223 | 0.44 | 0.27 |
| Hex | 26 | 37 | 62 | 3D | 2C | 0 | 3E | DF | 2C | 1B |
| Octal | 46 | 67 | 142 | 75 | 54 | 0 | 76 | 337 | 54 | 33 |
| Binary | 100110 | 110111 | 1100010 | 111101 | 101100 | 0 | 111110 | 11011111 | 101100 | 11011 |
Color Harmonies of #263762
Complementary color
Monochromatic Colors of #263762
Black with #263762
Text Example
Text Example
White with #263762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263762; }
p { color: rgb(38,55,98); }
H1.HeaderClassName
{
color: #263762;
}
.AnyTagClassName
{
color: #263762;
}
</style>
background-color css
<style>
a { background-color: #263762; }
a { background-color: rgb(38,55,98); }
div.DivClassName
{
background-color: #263762;
}
.BgClassName
{
background-color: #263762;
}
</style>
border-color css
<style>
span { border-color: #263762; }
span { border-color: rgb(38,55,98); }
td.TdClassName
{
border-color: #263762;
}
.TagClassName
{
border-color: #263762;
}
</style>