Shades of Catalina Blue #263461
Tints of Catalina Blue #263461
RGB
CMYK
RGB Variations
Color information
#263461 (or 0x263461) is known color: Catalina Blue. HEX triplet: 26, 34 and 61. RGB value is (38,52,97). Sum of RGB (Red+Green+Blue) = 38+52+97=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #263461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263461 is #D9CB9E. Grayscale: #343434. Windows color (decimal): -14273439 or 6370342. OLE color: 6370342.
HSL color Cylindrical-coordinate representation of color #263461: hue angle of 225.76º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263461 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 52 | 97 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.62 |
| HSL | 225.76º | 0.44% | 0.26% | - |
| HSV(B) | 225.76º | 0.61% | 0.38% | - |
| XYZ | 4.18 | 3.73 | 11.81 | - |
| YUV | 52.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 97 | 0.61 | 0.46 | 0 | 0.62 | 225.76 | 0.44 | 0.26 |
| Hex | 26 | 34 | 61 | 3D | 2E | 0 | 3E | E2 | 2C | 1A |
| Octal | 46 | 64 | 141 | 75 | 56 | 0 | 76 | 342 | 54 | 32 |
| Binary | 100110 | 110100 | 1100001 | 111101 | 101110 | 0 | 111110 | 11100010 | 101100 | 11010 |
Color Harmonies of #263461
Complementary color
Monochromatic Colors of #263461
Black with #263461
Text Example
Text Example
White with #263461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263461; }
p { color: rgb(38,52,97); }
H1.HeaderClassName
{
color: #263461;
}
.AnyTagClassName
{
color: #263461;
}
</style>
background-color css
<style>
a { background-color: #263461; }
a { background-color: rgb(38,52,97); }
div.DivClassName
{
background-color: #263461;
}
.BgClassName
{
background-color: #263461;
}
</style>
border-color css
<style>
span { border-color: #263461; }
span { border-color: rgb(38,52,97); }
td.TdClassName
{
border-color: #263461;
}
.TagClassName
{
border-color: #263461;
}
</style>