Shades of Catalina Blue #263964
Tints of Catalina Blue #263964
RGB
CMYK
RGB Variations
Color information
#263964 (or 0x263964) is known color: Catalina Blue. HEX triplet: 26, 39 and 64. RGB value is (38,57,100). Sum of RGB (Red+Green+Blue) = 38+57+100=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #263964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263964 is #D9C69B. Grayscale: #383838. Windows color (decimal): -14272156 or 6568230. OLE color: 6568230.
HSL color Cylindrical-coordinate representation of color #263964: hue angle of 221.61º 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 #263964 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 57 | 100 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.61 |
| HSL | 221.61º | 0.45% | 0.27% | - |
| HSV(B) | 221.61º | 0.62% | 0.39% | - |
| XYZ | 4.56 | 4.26 | 12.64 | - |
| YUV | 56.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 100 | 0.62 | 0.43 | 0 | 0.61 | 221.61 | 0.45 | 0.27 |
| Hex | 26 | 39 | 64 | 3E | 2B | 0 | 3D | DE | 2D | 1B |
| Octal | 46 | 71 | 144 | 76 | 53 | 0 | 75 | 336 | 55 | 33 |
| Binary | 100110 | 111001 | 1100100 | 111110 | 101011 | 0 | 111101 | 11011110 | 101101 | 11011 |
Color Harmonies of #263964
Complementary color
Monochromatic Colors of #263964
Black with #263964
Text Example
Text Example
White with #263964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263964; }
p { color: rgb(38,57,100); }
H1.HeaderClassName
{
color: #263964;
}
.AnyTagClassName
{
color: #263964;
}
</style>
background-color css
<style>
a { background-color: #263964; }
a { background-color: rgb(38,57,100); }
div.DivClassName
{
background-color: #263964;
}
.BgClassName
{
background-color: #263964;
}
</style>
border-color css
<style>
span { border-color: #263964; }
span { border-color: rgb(38,57,100); }
td.TdClassName
{
border-color: #263964;
}
.TagClassName
{
border-color: #263964;
}
</style>