Shades of Catalina Blue #263864
Tints of Catalina Blue #263864
RGB
CMYK
RGB Variations
Color information
#263864 (or 0x263864) is known color: Catalina Blue. HEX triplet: 26, 38 and 64. RGB value is (38,56,100). Sum of RGB (Red+Green+Blue) = 38+56+100=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #263864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263864 is #D9C79B. Grayscale: #373737. Windows color (decimal): -14272412 or 6567974. OLE color: 6567974.
HSL color Cylindrical-coordinate representation of color #263864: hue angle of 222.58º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263864 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 56 | 100 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.61 |
| HSL | 222.58º | 0.45% | 0.27% | - |
| HSV(B) | 222.58º | 0.62% | 0.39% | - |
| XYZ | 4.51 | 4.16 | 12.62 | - |
| YUV | 55.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 100 | 0.62 | 0.44 | 0 | 0.61 | 222.58 | 0.45 | 0.27 |
| Hex | 26 | 38 | 64 | 3E | 2C | 0 | 3D | DF | 2D | 1B |
| Octal | 46 | 70 | 144 | 76 | 54 | 0 | 75 | 337 | 55 | 33 |
| Binary | 100110 | 111000 | 1100100 | 111110 | 101100 | 0 | 111101 | 11011111 | 101101 | 11011 |
Color Harmonies of #263864
Complementary color
Monochromatic Colors of #263864
Black with #263864
Text Example
Text Example
White with #263864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263864; }
p { color: rgb(38,56,100); }
H1.HeaderClassName
{
color: #263864;
}
.AnyTagClassName
{
color: #263864;
}
</style>
background-color css
<style>
a { background-color: #263864; }
a { background-color: rgb(38,56,100); }
div.DivClassName
{
background-color: #263864;
}
.BgClassName
{
background-color: #263864;
}
</style>
border-color css
<style>
span { border-color: #263864; }
span { border-color: rgb(38,56,100); }
td.TdClassName
{
border-color: #263864;
}
.TagClassName
{
border-color: #263864;
}
</style>