Shades of Catalina Blue #263B61
Tints of Catalina Blue #263B61
RGB
CMYK
RGB Variations
Color information
#263B61 (or 0x263B61) is known color: Catalina Blue. HEX triplet: 26, 3B and 61. RGB value is (38,59,97). Sum of RGB (Red+Green+Blue) = 38+59+97=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #263B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B61 is #D9C49E. Grayscale: #383838. Windows color (decimal): -14271647 or 6372134. OLE color: 6372134.
HSL color Cylindrical-coordinate representation of color #263B61: hue angle of 218.64º 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 #263B61 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 59 | 97 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.62 |
| HSL | 218.64º | 0.44% | 0.26% | - |
| HSV(B) | 218.64º | 0.61% | 0.38% | - |
| XYZ | 4.52 | 4.4 | 11.92 | - |
| YUV | 57.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 97 | 0.61 | 0.39 | 0 | 0.62 | 218.64 | 0.44 | 0.26 |
| Hex | 26 | 3B | 61 | 3D | 27 | 0 | 3E | DB | 2C | 1A |
| Octal | 46 | 73 | 141 | 75 | 47 | 0 | 76 | 333 | 54 | 32 |
| Binary | 100110 | 111011 | 1100001 | 111101 | 100111 | 0 | 111110 | 11011011 | 101100 | 11010 |
Color Harmonies of #263B61
Complementary color
Monochromatic Colors of #263B61
Black with #263B61
Text Example
Text Example
White with #263B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B61; }
p { color: rgb(38,59,97); }
H1.HeaderClassName
{
color: #263B61;
}
.AnyTagClassName
{
color: #263B61;
}
</style>
background-color css
<style>
a { background-color: #263B61; }
a { background-color: rgb(38,59,97); }
div.DivClassName
{
background-color: #263B61;
}
.BgClassName
{
background-color: #263B61;
}
</style>
border-color css
<style>
span { border-color: #263B61; }
span { border-color: rgb(38,59,97); }
td.TdClassName
{
border-color: #263B61;
}
.TagClassName
{
border-color: #263B61;
}
</style>