Shades of Catalina Blue #263968
Tints of Catalina Blue #263968
RGB
CMYK
RGB Variations
Color information
#263968 (or 0x263968) is known color: Catalina Blue. HEX triplet: 26, 39 and 68. RGB value is (38,57,104). Sum of RGB (Red+Green+Blue) = 38+57+104=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #263968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263968 is #D9C697. Grayscale: #383838. Windows color (decimal): -14272152 or 6830374. OLE color: 6830374.
HSL color Cylindrical-coordinate representation of color #263968: hue angle of 222.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263968 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 57 | 104 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.59 |
| HSL | 222.73º | 0.46% | 0.28% | - |
| HSV(B) | 222.73º | 0.63% | 0.41% | - |
| XYZ | 4.76 | 4.34 | 13.68 | - |
| YUV | 56.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 104 | 0.63 | 0.45 | 0 | 0.59 | 222.73 | 0.46 | 0.28 |
| Hex | 26 | 39 | 68 | 3F | 2D | 0 | 3B | DF | 2E | 1C |
| Octal | 46 | 71 | 150 | 77 | 55 | 0 | 73 | 337 | 56 | 34 |
| Binary | 100110 | 111001 | 1101000 | 111111 | 101101 | 0 | 111011 | 11011111 | 101110 | 11100 |
Color Harmonies of #263968
Complementary color
Monochromatic Colors of #263968
Black with #263968
Text Example
Text Example
White with #263968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263968; }
p { color: rgb(38,57,104); }
H1.HeaderClassName
{
color: #263968;
}
.AnyTagClassName
{
color: #263968;
}
</style>
background-color css
<style>
a { background-color: #263968; }
a { background-color: rgb(38,57,104); }
div.DivClassName
{
background-color: #263968;
}
.BgClassName
{
background-color: #263968;
}
</style>
border-color css
<style>
span { border-color: #263968; }
span { border-color: rgb(38,57,104); }
td.TdClassName
{
border-color: #263968;
}
.TagClassName
{
border-color: #263968;
}
</style>