Shades of Catalina Blue #263862
Tints of Catalina Blue #263862
RGB
CMYK
RGB Variations
Color information
#263862 (or 0x263862) is known color: Catalina Blue. HEX triplet: 26, 38 and 62. RGB value is (38,56,98). Sum of RGB (Red+Green+Blue) = 38+56+98=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #263862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263862 is #D9C79D. Grayscale: #373737. Windows color (decimal): -14272414 or 6436902. OLE color: 6436902.
HSL color Cylindrical-coordinate representation of color #263862: hue angle of 222º 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 #263862 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 56 | 98 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.62 |
| HSL | 222º | 0.44% | 0.27% | - |
| HSV(B) | 222º | 0.61% | 0.38% | - |
| XYZ | 4.42 | 4.12 | 12.12 | - |
| YUV | 55.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 98 | 0.61 | 0.43 | 0 | 0.62 | 222 | 0.44 | 0.27 |
| Hex | 26 | 38 | 62 | 3D | 2B | 0 | 3E | DE | 2C | 1B |
| Octal | 46 | 70 | 142 | 75 | 53 | 0 | 76 | 336 | 54 | 33 |
| Binary | 100110 | 111000 | 1100010 | 111101 | 101011 | 0 | 111110 | 11011110 | 101100 | 11011 |
Color Harmonies of #263862
Complementary color
Monochromatic Colors of #263862
Black with #263862
Text Example
Text Example
White with #263862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263862; }
p { color: rgb(38,56,98); }
H1.HeaderClassName
{
color: #263862;
}
.AnyTagClassName
{
color: #263862;
}
</style>
background-color css
<style>
a { background-color: #263862; }
a { background-color: rgb(38,56,98); }
div.DivClassName
{
background-color: #263862;
}
.BgClassName
{
background-color: #263862;
}
</style>
border-color css
<style>
span { border-color: #263862; }
span { border-color: rgb(38,56,98); }
td.TdClassName
{
border-color: #263862;
}
.TagClassName
{
border-color: #263862;
}
</style>